We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac384d1 commit 7a25bc3Copy full SHA for 7a25bc3
1 file changed
.github/workflows/main.yml
@@ -251,8 +251,6 @@ jobs:
251
include:
252
- rev: HEAD
253
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
256
runs-on: ubuntu-22.04
257
steps:
258
- uses: actions/checkout@v4
@@ -299,6 +297,11 @@ jobs:
299
297
- name: Checkout revision ${{ matrix.rev }}
300
298
run: git checkout -b new-branch ${{ matrix.rev }}
301
working-directory: ./testing
+ - name: Switch
+ 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
305
- name: Run stratisd_cert.py
306
run: >
307
sudo
0 commit comments