diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f712b53aed..4fc86a1a37 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -245,8 +245,6 @@ jobs: include: - rev: HEAD options: --post-test-check=verify-filesystem-symlinks --post-test-check=verify-pool-metadata --highest-revision-number=7 - - rev: v3.6.2 - options: --highest-revision-number=6 runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -293,6 +291,11 @@ jobs: - name: Checkout revision ${{ matrix.rev }} run: git checkout -b new-branch ${{ matrix.rev }} working-directory: ./testing + - name: Switch + run: | + git checkout -b mulkieran-verify-integrity-rounding master + git pull https://github.com/mulkieran/testing.git verify-integrity-rounding + working-directory: ./testing - name: Run stratisd_cert.py run: > sudo