Skip to content

Commit

Permalink
ci: modified some conditions so that build and test produces reports …
Browse files Browse the repository at this point in the history
…but still fails
  • Loading branch information
daniele-pelagatti committed Nov 2, 2023
1 parent 60f082a commit 5744271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:

- name: 'Produce Reports'
run: npm run ci:check
continue-on-error: true
if: success() || failure()

- name: 'Run tests'
run: npm run ci:test
continue-on-error: true
if: success() || failure()

- name: 'Upload Build artifacts'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5744271

Please sign in to comment.