Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mulkieran committed Nov 8, 2024
1 parent 0417d67 commit 41d2421
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ jobs:
run: cp stratisd.conf /usr/share/dbus-1/system.d
- name: Check out stratis-cli
run: git clone https://github.com/stratis-storage/stratis-cli.git
- name: Switch
run: |
git checkout -b mulkieran-updates-for-r8 master
git pull https://github.com/mulkieran/stratis-cli.git updates-for-r8
working-directory: ./stratis-cli
- name: Run stratis-cli tests
run: >
RUST_LOG=stratisd=debug
Expand Down

0 comments on commit 41d2421

Please sign in to comment.