Skip to content

Commit

Permalink
using tip
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosa committed Sep 5, 2024
1 parent d00178b commit 97c8ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run qualification for version ${{ matrix.version }}
- name: Run qualification for version ${{ matrix.version }} from the tip of the branch
shell: bash
run: |
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 }}
bazel test //rs/tests/dre:guest_os_qualification --config=systest --cache_test_results=no --test_timeout=7200 --test_env=OLD_VERSION=${{ matrix.version }}

0 comments on commit 97c8ced

Please sign in to comment.