Skip to content

Commit

Permalink
.github: worksflows: use temporary branch for spread
Browse files Browse the repository at this point in the history
This specific branch and repository combination is required to carry out
the integration tests using spread while the upstream PRs for spread are
being reviewed.

Signed-off-by: Isaac True <isaac.true@canonical.com>
  • Loading branch information
IsaacJT committed May 4, 2023
1 parent d70ae81 commit 3f9ec37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nemos-images-minimal-lunar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
apt install -y golang ovmf qemu-system-x86
- name: "Install spread"
run: |
go install github.com/snapcore/spread/cmd/spread@latest
go install github.com/IsaacJT/spread/cmd/spread@nemos-temp-branch
- name: "Download QEMU image"
uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nemos-images-reference-lunar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
apt install -y golang ovmf qemu-system-x86
- name: "Install spread"
run: |
go install github.com/snapcore/spread/cmd/spread@latest
go install github.com/IsaacJT/spread/cmd/spread@nemos-temp-branch
- name: "Download QEMU image"
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 3f9ec37

Please sign in to comment.