From 4d6bcedf29b8cc9d4f8beca4b68113f58c2f097a Mon Sep 17 00:00:00 2001 From: Gilmore Davidson Date: Sat, 3 Feb 2024 16:42:44 +1100 Subject: [PATCH] ci: Force running tests after updating data files --- .github/workflows/build-data.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-data.yml b/.github/workflows/build-data.yml index 3fadaf39..c6d4e716 100644 --- a/.github/workflows/build-data.yml +++ b/.github/workflows/build-data.yml @@ -44,6 +44,11 @@ jobs: data-pack \ data-tests + # The PR-specific workflow doesn't seem to run for PRs created by other workflows, + # so we run the tests manually here just in case + - name: Run tests + run: npm test + # Prepare version metadata for use in PR creation - name: Prepare metadata id: meta