Skip to content

Commit 4565fa6

Browse files
committed
Merge branch 'ci-test' of github.com:AutomateThePlanet/BELLATRIX-JavaScript into ci-test
2 parents 60f825c + 7b69b4e commit 4565fa6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/node.js.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
name: Example Tests CI
55

66
on:
7+
push:
8+
branches: [ "main" ]
9+
pull_request:
10+
branches: [ "main" ]
711
workflow_dispatch:
812

913
jobs:
@@ -27,6 +31,7 @@ jobs:
2731
- name: Run tests in the example directory
2832
run: npm test
2933
working-directory: ./example
34+
continue-on-error: true
3035

3136
- name: Report test results
3237
uses: dorny/[email protected]

0 commit comments

Comments
 (0)