diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0fd73f0928..34504a8c8c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -346,8 +346,8 @@ jobs: working-directory: ./testing - name: Checkout branch run: | - git checkout -b mulkieran-issue_ci_241 master - git pull https://github.com/mulkieran/testing.git issue_ci_241 + git checkout -b mulkieran-testing-change master + git pull https://github.com/mulkieran/testing.git post-test-checks working-directory: ./testing - name: Run stratisd_cert.py run: > @@ -355,5 +355,8 @@ jobs: RUST_LOG=stratisd=debug python3 test_harness.py --log-level=debug stratisd_cert - --verify-devices --monitor-dbus --highest-revision-number=7 ${{ matrix.options }} + --post-test-check=monitor-dbus + --post-test-check=verify-sysfs + --post-test-check=verify-private-symlinks + --highest-revision-number=7 ${{ matrix.options }} working-directory: ./testing