Skip to content

Commit

Permalink
fix pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasromanomr committed Nov 29, 2024
1 parent ab556af commit 230c211
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
schemes: [iOS, macOS, tvOS, watchOS]
build-config:
- {
scheme: "Cache-iOS",
Expand All @@ -37,7 +36,7 @@ jobs:
- name: Build
run: |
xcodebuild clean build \
-workspace 'Cache.xcproject' \
-project 'Cache.xcodeproj' \
-scheme '${{ matrix.build-config['scheme'] }}' \
-sdk '${{ matrix.build-config['sdk'] }}' \
-destination '${{ matrix.build-config['destination'] }}'
Expand All @@ -49,7 +48,7 @@ jobs:
fi
xcodebuild test \
-workspace 'Cache.xcproject' \
-project 'Cache.xcodeproj' \
-scheme '${{ matrix.build-config['scheme'] }}' \
-sdk '${{ matrix.build-config['sdk'] }}' \
-destination '${{ matrix.build-config['destination'] }}'

0 comments on commit 230c211

Please sign in to comment.