Skip to content

Commit 1841d0b

Browse files
add fail-on-error: false
1 parent 7c0eef8 commit 1841d0b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install dependencies
1616
run: npm ci
1717
- name: Run the linter
18-
run: npm run lint -- --format stylish
18+
run: npm run lint
1919

2020
unit-tests:
2121
runs-on: ubuntu-latest
@@ -41,3 +41,4 @@ jobs:
4141
name: Test report
4242
path: reports/jest-*.xml
4343
reporter: jest-junit
44+
fail-on-error: false

0 commit comments

Comments
 (0)