From 791749a966cfb00979e624e8f6cac5b779cbcc19 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 6 Nov 2024 19:47:45 -0500 Subject: [PATCH] test --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1dde6a20c7..eeddc217ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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