mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
don't fail in CI tests
This commit is contained in:
parent
2bcb99c6e2
commit
d2b4ab26ff
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -43,6 +43,7 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
dockerfile: testdata/Dockerfile
|
||||
no-fail: true
|
||||
|
||||
- name: Run integration test 2 - ignore a rule
|
||||
# This step is supposed to print out an info level rule violation
|
||||
|
|
Loading…
Reference in a new issue