We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6064c2 commit 8a3d649Copy full SHA for 8a3d649
1 file changed
.github/workflows/main.yml
@@ -245,8 +245,6 @@ jobs:
245
include:
246
- rev: HEAD
247
options: --post-test-check=verify-filesystem-symlinks --post-test-check=verify-pool-metadata --highest-revision-number=7
248
- - rev: v3.6.2
249
- options: --highest-revision-number=6
250
runs-on: ubuntu-22.04
251
steps:
252
- uses: actions/checkout@v4
@@ -292,6 +290,11 @@ jobs:
292
290
- name: Checkout revision ${{ matrix.rev }}
293
291
run: git checkout -b new-branch ${{ matrix.rev }}
294
working-directory: ./testing
+ - name: Switch
+ run: |
295
+ git checkout -b mulkieran-issue_testing_213 master
296
+ git pull https://github.com/mulkieran/testing.git issue_testing_213
297
+ working-directory: ./testing
298
- name: Run stratisd_cert.py
299
run: >
300
sudo
0 commit comments