Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed Feb 26, 2024
1 parent 3784fb0 commit 30b3d6f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,14 +346,17 @@ 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: >
sudo
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

0 comments on commit 30b3d6f

Please sign in to comment.