Skip to content

Commit

Permalink
ci(frontend): Test reports should not fail workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maikbasel committed May 22, 2024
1 parent 6c6145c commit c036831
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/frontend_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ jobs:
continue-on-error: true

- name: Annotate Code Linting Results
if: success() || failure()
uses: ataylorme/eslint-annotate-action@v2
with:
report-json: 'eslint_report.json'
continue-on-error: true

- name: Test with Jest
run: npm run test:ci
Expand All @@ -66,6 +68,7 @@ jobs:
name: JEST Tests
path: junit.xml
reporter: jest-junit
continue-on-error: true
# TODO: Add e2e tests
# - name: End-to-end tests with Cypress
# uses: cypress-io/github-action@v2
Expand Down

0 comments on commit c036831

Please sign in to comment.