Skip to content

Commit

Permalink
try running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 25, 2024
1 parent 9cb3b93 commit 0393786
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ jobs:
npm install
rm -rf node_modules
- name: Run npm test (continue on error)
working-directory: ${{ matrix.test.path }}
continue-on-error: true
run: npm test

# TODO we should use some Action-specific bot account
- name: Commit and push changes
run: |
Expand Down

0 comments on commit 0393786

Please sign in to comment.