Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mulkieran committed Jul 22, 2024
1 parent f0996c5 commit ba07be0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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-add-stratis-metadata-tests master
git pull https://github.com/mulkieran/testing.git add-stratis-metadata-tests
working-directory: ./testing
- name: Run stratisd_cert.py
run: >
sudo
Expand Down

0 comments on commit ba07be0

Please sign in to comment.