Skip to content

Commit

Permalink
remove -k from e2e action make call (#704)
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <everettraven@gmail.com>
  • Loading branch information
everettraven committed Mar 22, 2024
1 parent 0bbea98 commit 92d8889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# after failing tests.
# With -k flag make will continue the build, but will return non-zero
# exit code in case of any errors.
ARTIFACT_PATH=/tmp/artifacts make -k test-e2e
ARTIFACT_PATH=/tmp/artifacts make test-e2e
- uses: cytopia/upload-artifact-retry-action@v0.1.7
if: failure()
Expand Down

0 comments on commit 92d8889

Please sign in to comment.