Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mulkieran committed Dec 3, 2024
1 parent 182c44a commit 9705aee
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ jobs:
run: cp stratisd.conf /usr/share/dbus-1/system.d
- name: Check out stratis-cli
run: git clone https://github.com/stratis-storage/stratis-cli.git
- name: Switch
run: |
git checkout -b mulkieran-improve-metadata-testing master
git pull https://github.com/mulkieran/testing.git improve-metadata-testing
working-directory: ./stratis-cli
- name: Run stratis-cli tests
run: >
RUST_LOG=stratisd=debug
Expand Down Expand Up @@ -245,8 +250,6 @@ jobs:
include:
- rev: HEAD
options: --post-test-check=verify-filesystem-symlinks --post-test-check=verify-pool-metadata --highest-revision-number=8
- rev: v3.6.2
options: --highest-revision-number=6
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -293,6 +296,11 @@ jobs:
- name: Checkout revision ${{ matrix.rev }}
run: git checkout -b new-branch ${{ matrix.rev }}
working-directory: ./testing
- name: Switch
run: |
git checkout -b mulkieran-improve-metadata-testing master
git pull https://github.com/mulkieran/testing.git improve-metadata-testing
working-directory: ./testing
- name: Run stratisd_cert.py
run: >
sudo
Expand Down

0 comments on commit 9705aee

Please sign in to comment.