Skip to content

Commit

Permalink
restore test
Browse files Browse the repository at this point in the history
  • Loading branch information
dral3x committed Sep 30, 2024
1 parent b57ede3 commit 090cb3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:

- name: Exit Status on Errors
run: |
docker run -v $(pwd):$(pwd) -w $(pwd) --rm action-stringslint
#STATUS=$(docker run -v $(pwd):$(pwd) -w $(pwd) --rm action-stringslint &>/dev/null; echo $?)
#[[ $STATUS == "2" ]]
STATUS=$(docker run -v $(pwd):$(pwd) -w $(pwd) --rm action-stringslint &>/dev/null; echo $?)
[[ $STATUS != "0" ]]
working-directory: ./test/ErrorProject
shell: bash

Expand Down

0 comments on commit 090cb3a

Please sign in to comment.