Skip to content

Commit

Permalink
changing to bazel command
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosa committed Sep 5, 2024
1 parent 23ed1b5 commit d00178b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,4 @@ jobs:
- name: Run qualification for version ${{ matrix.version }}
shell: bash
run: |
ict t //rs/tests/dre:guest_os_qualification -- --test_timeout=7200 --test_env=OLD_VERSION=${{ matrix.version }} --test_env=NEW_VERSION=${{ github.sha }}
bazel test //rs/tests/dre:guest_os_qualification --config=systest --cache_test_results=no --test_timeout=7200 --test_env=OLD_VERSION=${{ matrix.version }} --test_env=NEW_VERSION=${{ github.sha }}

0 comments on commit d00178b

Please sign in to comment.