Skip to content

Commit

Permalink
test continue-on-error: true
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusef Almamari committed Sep 5, 2024
1 parent 4a315dd commit a43cb95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test

# on: [push, pull_request]
on: [push, pull_request]

jobs:
test:
Expand All @@ -27,4 +27,5 @@ jobs:
run: npm install

- name: Run tests
continue-on-error: true
run: npm run test

0 comments on commit a43cb95

Please sign in to comment.