Skip to content

Commit 6dcdf8c

Browse files
committed
Swift: fix bazel setup
1 parent aeb7b0d commit 6dcdf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/actions/setup-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ runs:
2121
shell: bash
2222
run: |
2323
echo build --repository_cache=~/.cache/bazel-repository-cache --disk_cache=~/.cache/bazel-disk-cache > ~/.bazelrc
24-
echo test --test_output=errors
24+
echo test --test_output=errors >> ~/.bazelrc

0 commit comments

Comments
 (0)