We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08909e5 commit 6ce6d9dCopy full SHA for 6ce6d9d
swift/actions/create-extractor-pack/action.yml
@@ -4,7 +4,7 @@ runs:
4
using: composite
5
steps:
6
- name: Run xcode-autobuilder tests
7
- if: runner.os == "macOS"
+ if: runner.os == 'macOS'
8
shell: bash
9
run: |
10
bazel test //swift/xcode-autobuilder/tests
0 commit comments