Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mulkieran committed Dec 11, 2024
1 parent 16a8cd4 commit 7651200
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ 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-improve-metadata-testing master
git pull https://github.com/mulkieran/testing.git improve-metadata-testing
working-directory: ./stratis-cli
- name: Run stratis-cli tests
run: >
RUST_LOG=stratisd=debug
Expand Down Expand Up @@ -298,8 +293,8 @@ jobs:
working-directory: ./testing
- name: Switch
run: |
git checkout -b mulkieran-improve-metadata-testing master
git pull https://github.com/mulkieran/testing.git improve-metadata-testing
git checkout -b mulkieran-use-stratisd-tools master
git pull https://github.com/mulkieran/testing.git use-stratisd-tools
working-directory: ./testing
- name: Run stratisd_cert.py
run: >
Expand Down

0 comments on commit 7651200

Please sign in to comment.