Skip to content

Commit

Permalink
Run testing repo tests against PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mulkieran committed Feb 2, 2024
1 parent a3eb6c7 commit ab59741
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 @@ -282,8 +282,6 @@ jobs:
include:
- rev: HEAD
options: --verify-sysfs
- rev: v3.6.0
options:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -329,6 +327,11 @@ jobs:
- name: Checkout revision ${{ matrix.rev }}
run: git checkout -b new-branch ${{ matrix.rev }}
working-directory: ./testing
- name: Checkout branch
run: |
git checkout -b mulkieran-increase-dbus-monitor-wait master
git pull https://github.com/mulkieran/testing.git increase-dbus-monitor-wait
working-directory: ./testing
- name: Run stratisd_cert.py
run: >
sudo
Expand Down

0 comments on commit ab59741

Please sign in to comment.