Skip to content

Commit

Permalink
Enable upgrade-latest test for alpine
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <itxaka@kairos.io>
  • Loading branch information
Itxaka committed Oct 18, 2023
1 parent 4e14e36 commit c9ed672
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/image-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,14 @@ jobs:
with:
flavor: ubuntu
needs:
- core
- core

upgrade-latest-alpine:
uses: ./.github/workflows/reusable-upgrade-latest-test.yaml
with:
flavor: alpine
needs:
- core-alpine

encryption:
uses: ./.github/workflows/reusable-encryption-test.yaml
Expand Down

0 comments on commit c9ed672

Please sign in to comment.