Skip to content

Commit

Permalink
Template test (#473)
Browse files Browse the repository at this point in the history
install syft in push stage
  • Loading branch information
gertd authored Oct 10, 2024
1 parent 81f87e8 commit 2dbe66d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ jobs:
name: Stop if tests fail
if: steps.wait-for-tests.outputs.conclusion != 'success'
run: exit 1
-
name: Setup syft
run: |
brew install syft
-
name: Push image to GitHub Container Registry
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit 2dbe66d

Please sign in to comment.