Skip to content

Commit

Permalink
chmod +X Scripts/test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Nov 14, 2023
1 parent 88bbe5e commit 45a3820
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/checkout@v2
- name: Run Tests
run: |
chmod +X Scripts/test.sh
Scripts/test.sh -s "SwiftLocation" -d "OS=16.4,name=iPhone 14 Pro"
macos-latest:
name: Unit Tests (macOS, Xcode 14.3.1)
Expand All @@ -41,6 +42,7 @@ jobs:
- uses: actions/checkout@v2
- name: Run Tests
run: |
chmod +X Scripts/test.sh
Scripts/test.sh -s "SwiftLocation" -d "OS=16.4,name=Apple TV"
watchos-latest:
name: Run Build (watchOS 9.2, Xcode 14.2)
Expand All @@ -51,6 +53,7 @@ jobs:
- uses: actions/checkout@v2
- name: Run Tests
run: |
chmod +X Scripts/test.sh
Scripts/build.sh -s "SwiftLocation" -d "OS=9.2,name=Apple Watch Series 8 (45mm)"
swift-build:
name: Swift Build (SPM)
Expand All @@ -60,4 +63,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build
run: swift build

0 comments on commit 45a3820

Please sign in to comment.