Skip to content

Commit 9f7dd73

Browse files
authored
Just return the exit code when debugging bats
So we don't fail if we fail
1 parent 17ee064 commit 9f7dd73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
8282
export INPUT_IGNORE_WORDS_LIST=""
8383
export INPUT_PATH="./test/testdata"
8484
export INPUT_ONLY_WARN=""
85-
./entrypoint.sh
85+
./entrypoint.sh || echo $?

0 commit comments

Comments
 (0)