Skip to content

Commit 7a25bc3

Browse files
committed
test
1 parent ac384d1 commit 7a25bc3

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,6 @@ jobs:
251251
include:
252252
- rev: HEAD
253253
options: --post-test-check=verify-filesystem-symlinks --post-test-check=verify-pool-metadata --highest-revision-number=8
254-
- rev: v3.6.2
255-
options: --highest-revision-number=6
256254
runs-on: ubuntu-22.04
257255
steps:
258256
- uses: actions/checkout@v4
@@ -299,6 +297,11 @@ jobs:
299297
- name: Checkout revision ${{ matrix.rev }}
300298
run: git checkout -b new-branch ${{ matrix.rev }}
301299
working-directory: ./testing
300+
- name: Switch
301+
run: |
302+
git checkout -b mulkieran-additional-create-args master
303+
git pull https://github.com/mulkieran/testing.git additional-create-args
304+
working-directory: ./testing
302305
- name: Run stratisd_cert.py
303306
run: >
304307
sudo

0 commit comments

Comments
 (0)