Tests: (test.yml) Let lint fail
Some of these lint warnings aren't going to be fixed anytime soon, and it's more useful to let the tests indicate success in that case.
This commit is contained in:
parent
c07971cd57
commit
5814cff188
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
- name: Lint
|
||||
# NOTE: Uncomment this line to treat lint failures as passing
|
||||
# so the job doesn't show failure.
|
||||
# continue-on-error: true
|
||||
continue-on-error: true
|
||||
run: ./makem.sh -vv --sandbox=$SANDBOX_DIR lint
|
||||
|
||||
- name: Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue