Skip to content

Commit

Permalink
Update testing repo revision numbers in GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Oct 30, 2023
1 parent fea6acf commit 2bbb260
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,8 @@ 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
- rev: v3.5.3
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -334,5 +333,7 @@ jobs:
sudo
RUST_LOG=stratisd=debug
python3 test_harness.py
${{ matrix.args }}
--log-level=debug
stratisd_cert --verify-devices --monitor-dbus
--highest-revision-number=7
working-directory: ./testing

0 comments on commit 2bbb260

Please sign in to comment.