From e1bb325b0ef1055e2a7596b971b2ccaa7dcc291c Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 20 Jun 2024 18:34:00 -0400 Subject: [PATCH] test --- .github/workflows/main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ffb6ed30e4..4e2ab445ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -245,8 +245,6 @@ jobs: include: - rev: HEAD options: --post-test-check=verify-filesystem-symlinks --post-test-check=verify-pool-metadata --highest-revision-number=7 - - rev: v3.6.2 - options: --highest-revision-number=6 runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -292,6 +290,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-issue_testing_213 master + git pull https://github.com/mulkieran/testing.git issue_testing_213 + working-directory: ./testing - name: Run stratisd_cert.py run: > sudo