Skip to content

Commit

Permalink
ci: Fix typo in comments for tests.yml (#2241)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored Sep 29, 2022
1 parent b6ef18d commit 6177f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Running tests
# We call a script with the platform so the destination
# passed to xcodebuild doesn't ends up in the job name,
# passed to xcodebuild doesn't end up in the job name,
# because GitHub Actions don't provide an easy way of
# manipulating string in expressions.
run: ./scripts/xcode-test.sh ${{matrix.platform}} ${{matrix.test-destination-os}} ${{matrix.xcode}} $GITHUB_REF_NAME
Expand Down

0 comments on commit 6177f2d

Please sign in to comment.