mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-23 22:44:47 -04:00
ci: don't run unit tests in integration test workflow
This commit is contained in:
parent
441672cbdc
commit
3c05150721
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-integration.yml
vendored
2
.github/workflows/test-integration.yml
vendored
|
@ -38,4 +38,4 @@ jobs:
|
|||
- name: Integration Tests
|
||||
env:
|
||||
TMPDIR: ${{ runner.temp }}
|
||||
run: sudo -E "PATH=$PATH" bazel test //... --config=nostamp --remote_download_minimal --config=integration --spawn_strategy=standalone
|
||||
run: sudo -E "PATH=$PATH" bazel test //... --config=nostamp --remote_download_minimal --config=integration-only --spawn_strategy=standalone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue