From 1deeb203691d48918c20623cfafec30c4ced2f89 Mon Sep 17 00:00:00 2001 From: Gilmore Davidson Date: Sat, 5 Oct 2024 17:23:18 +1000 Subject: [PATCH] ci: Allow data update PRs to be created with failing tests --- .github/workflows/build-data.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-data.yml b/.github/workflows/build-data.yml index 982f529d..2f758766 100644 --- a/.github/workflows/build-data.yml +++ b/.github/workflows/build-data.yml @@ -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