Skip to content

Commit 6ce6d9d

Browse files
committed
Swift: fix quick tests action, again
1 parent 08909e5 commit 6ce6d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/actions/create-extractor-pack/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: composite
55
steps:
66
- name: Run xcode-autobuilder tests
7-
if: runner.os == "macOS"
7+
if: runner.os == 'macOS'
88
shell: bash
99
run: |
1010
bazel test //swift/xcode-autobuilder/tests

0 commit comments

Comments
 (0)