Skip to content

Commit

Permalink
tests: set fail-build to true because of change in default behavior
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Deza <adeza@anchore.com>
  • Loading branch information
Alfredo Deza committed Mar 4, 2021
1 parent 4a391d3 commit b0e91c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
image: "python:3.8"
debug: true
fail-build: false

no-sources:
runs-on: ubuntu-latest
Expand All @@ -25,6 +26,7 @@ jobs:
- uses: ./
with:
debug: true
fail-build: false

invalid-input:
runs-on: ubuntu-latest
Expand All @@ -38,6 +40,7 @@ jobs:
image: "python:3.8"
path: "/some/path"
debug: true
fail-build: false

# XXX Port these to get verified with tests
# image-fail-build:
Expand Down

0 comments on commit b0e91c1

Please sign in to comment.