Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mulkieran committed Jan 17, 2025
1 parent 297c3ff commit 824a26f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,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 @@ -299,6 +297,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-additional-create-args master
git pull https://github.com/mulkieran/testing.git additional-create-args
working-directory: ./testing
- name: Run stratisd_cert.py
run: >
sudo
Expand Down

0 comments on commit 824a26f

Please sign in to comment.