Skip to content

Commit 8a3d649

Browse files
committed
test
1 parent e6064c2 commit 8a3d649

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
@@ -245,8 +245,6 @@ jobs:
245245
include:
246246
- rev: HEAD
247247
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
250248
runs-on: ubuntu-22.04
251249
steps:
252250
- uses: actions/checkout@v4
@@ -292,6 +290,11 @@ jobs:
292290
- name: Checkout revision ${{ matrix.rev }}
293291
run: git checkout -b new-branch ${{ matrix.rev }}
294292
working-directory: ./testing
293+
- name: Switch
294+
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
295298
- name: Run stratisd_cert.py
296299
run: >
297300
sudo

0 commit comments

Comments
 (0)