Skip to content

Commit

Permalink
Download the iso in upgrade latest with cli test
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
  • Loading branch information
jimmykarily authored and mauromorales committed Jul 5, 2023
1 parent c2b6749 commit c5b571e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reusable-upgrade-latest-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ jobs:
- uses: actions/checkout@v3
- run: |
git fetch --prune --unshallow
- name: Download artifacts
- name: Download latest release
uses: actions/download-artifact@v3
with:
name: latest-release.zip
- name: Download iso
uses: actions/download-artifact@v3
with:
name: kairos-${{ inputs.flavor }}.iso.zip
- name: Release space from worker
run: |
echo "Listing top largest packages"
Expand Down

0 comments on commit c5b571e

Please sign in to comment.