Skip to content

Commit

Permalink
continue-on-error tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jun 1, 2022
1 parent 7d824f4 commit 13d996c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-compat-data.yml
Expand Up @@ -40,11 +40,13 @@ jobs:
run: make build-compat-data
- name: Update tests
if: steps.updated.outputs.updated == 'true'
continue-on-error: true
run: yarn jest
env:
OVERWRITE: true
- name: Update tests (Babel 8)
if: steps.updated.outputs.updated == 'true'
continue-on-error: true
run: yarn jest
env:
OVERWRITE: true
Expand Down

0 comments on commit 13d996c

Please sign in to comment.