Skip to content

Commit

Permalink
ci: Allow data update PRs to be created with failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmoreorless committed Oct 5, 2024
1 parent db8f165 commit 1deeb20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
# so we run the tests manually here just in case
- name: Run tests
run: npm test
# Create a PR even if tests fail, so the branch can be pulled down locally to debug errors
continue-on-error: true

# Prepare version metadata for use in PR creation
- name: Prepare metadata
Expand Down

0 comments on commit 1deeb20

Please sign in to comment.