Skip to content

Commit

Permalink
updated pipeline to run on pull request and to report all test results
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-nikolov authored Jan 27, 2025
1 parent a0605f4 commit 7b69b4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
name: Example Tests CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
Expand All @@ -27,6 +31,7 @@ jobs:
- name: Run tests in the example directory
run: npm test
working-directory: ./example
continue-on-error: true

- name: Report test results
uses: dorny/[email protected]
Expand Down

0 comments on commit 7b69b4e

Please sign in to comment.