Skip to content

Commit

Permalink
ci: platform in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Apr 3, 2024
1 parent c34877e commit 7f0532e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Select Xcode 15.3
run: sudo xcode-select -s /Applications/Xcode_15.3.app
- name: Run tests
run: PLATFORM=${{ matrix.platform }} SCHEME=Auth make test-library
run: PLATFORM="${{ matrix.platform }}"" SCHEME=Auth make test-library

0 comments on commit 7f0532e

Please sign in to comment.