mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Bazel: move --build_tests_only from swift action to .bazelrc
This commit is contained in:
@@ -58,7 +58,7 @@ runs:
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
shell: bash
|
||||
run: |
|
||||
bazel test --build_tests_only //swift/...
|
||||
bazel test //swift/...
|
||||
- name: Evict bazel cache
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user