Skip to content

Commit 4d6bced

Browse files
committed
ci: Force running tests after updating data files
1 parent ba275d2 commit 4d6bced

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-data.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
data-pack \
4545
data-tests
4646
47+
# The PR-specific workflow doesn't seem to run for PRs created by other workflows,
48+
# so we run the tests manually here just in case
49+
- name: Run tests
50+
run: npm test
51+
4752
# Prepare version metadata for use in PR creation
4853
- name: Prepare metadata
4954
id: meta

0 commit comments

Comments
 (0)