Skip to content

Commit

Permalink
CI: cleanup spread.yml workflow now that PR#184 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
slyon authored and daniloegea committed Jan 20, 2025
1 parent 90d090d commit 01045f6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/spread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install spread
run: |
# TODO: Once Spread PR #179 is merged, go back to:
# go install github.com/snapcore/spread/cmd/spread@latest
git clone --depth 1 --branch thp https://github.com/thp-canonical/spread spread-fork
cd spread-fork && go install ./cmd/spread
cd .. && rm -r spread-fork
go install github.com/snapcore/spread/cmd/spread@latest
- name: Run the spread test inside LXD
run: |
~/go/bin/spread -v lxd:
Expand Down

0 comments on commit 01045f6

Please sign in to comment.