Skip to content

Commit

Permalink
fix: adjusted pipeline to not crash
Browse files Browse the repository at this point in the history
  • Loading branch information
madecki committed Jul 17, 2020
1 parent 1e602d1 commit 2488281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Run eslint-check and generate report
id: eslint-check
run: |
npm run eslint-check -- --output-file eslint_report.json --format json
npm run eslint-check
continue-on-error: true

- name: Annotate Lint Results
Expand Down

0 comments on commit 2488281

Please sign in to comment.