We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17012c1 commit 08909e5Copy full SHA for 08909e5
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