Skip to content

Commit

Permalink
Add --skip-sign flat to goreleaser ran in tests
Browse files Browse the repository at this point in the history
We only want to sign artifacts and containers when releasing, not
necessarily when testing PRs.

Signed-off-by: Juan Antonio Osorio <juan.osoriorobles@eu.equinix.com>
  • Loading branch information
JAORMX committed Sep 5, 2022
1 parent 4647447 commit 249b7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -113,7 +113,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
version: v1.4.1
args: release --snapshot --rm-dist --skip-publish --timeout 90m
args: release --skip-sign --snapshot --rm-dist --skip-publish --timeout 90m

build-documents:
name: Documentation Test
Expand Down

0 comments on commit 249b7a0

Please sign in to comment.