Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisLys committed Nov 4, 2024
1 parent 9682772 commit 8ff95ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
set -o pipefail
xcodebuild build-for-testing \
-project ${{ env.PROJECT- }} \
-project ${{ env.PROJECT }} \
-scheme ${{ env.SCHEME }} \
-derivedDataPath ${{ env.DERIVED_DATA_PATH }} \
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18.0' \
Expand All @@ -48,6 +48,7 @@ jobs:
test:
name: Test
runs-on: [macos-15]
needs: build

steps:
- name: Checkout repository
Expand Down

0 comments on commit 8ff95ae

Please sign in to comment.