Skip to content

Commit

Permalink
Merge pull request #3558 from mulkieran/run-filesystem-symlinks-post-…
Browse files Browse the repository at this point in the history
…check

Run newest post-test-check in CI
  • Loading branch information
mulkieran authored Feb 29, 2024
2 parents fb888f7 + 5224a61 commit 8cb94ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ jobs:
matrix:
include:
- rev: HEAD
options: --verify-sysfs
options: --post-test-check=monitor-dbus --post-test-check=verify-sysfs --post-test-check=verify-private-symlinks --post-test-check=verify-filesystem-symlinks
- rev: v3.6.0
options:
options: --verify-devices --monitor-dbus
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -352,5 +352,6 @@ jobs:
RUST_LOG=stratisd=debug
python3 test_harness.py --log-level=debug
stratisd_cert
--verify-devices --monitor-dbus --highest-revision-number=7 ${{ matrix.options }}
--highest-revision-number=7
${{ matrix.options }}
working-directory: ./testing

0 comments on commit 8cb94ec

Please sign in to comment.