Skip to content

Commit

Permalink
Merge pull request #3488 from mulkieran/tests-testing
Browse files Browse the repository at this point in the history
Update testing repo revision numbers in GitHub Actions
  • Loading branch information
mulkieran authored Oct 31, 2023
2 parents fea6acf + 5222537 commit 0a1727f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,7 @@ jobs:
matrix:
include:
- rev: HEAD
args: --log-level=debug stratisd_cert --verify-devices --monitor-dbus --highest-revision-number=7
- rev: v3.5.2
args: stratisd_cert --verify-devices
- rev: v3.6.0
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -333,6 +331,7 @@ jobs:
run: >
sudo
RUST_LOG=stratisd=debug
python3 test_harness.py
${{ matrix.args }}
python3 test_harness.py --log-level=debug
stratisd_cert
--verify-devices --monitor-dbus --highest-revision-number=7
working-directory: ./testing

0 comments on commit 0a1727f

Please sign in to comment.