Skip to content

Commit 1deeb20

Browse files
committed
ci: Allow data update PRs to be created with failing tests
1 parent db8f165 commit 1deeb20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-data.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
# so we run the tests manually here just in case
4949
- name: Run tests
5050
run: npm test
51+
# Create a PR even if tests fail, so the branch can be pulled down locally to debug errors
52+
continue-on-error: true
5153

5254
# Prepare version metadata for use in PR creation
5355
- name: Prepare metadata

0 commit comments

Comments
 (0)