Skip to content

Commit

Permalink
ci: Force running tests after updating data files
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmoreorless committed Feb 3, 2024
1 parent ba275d2 commit 4d6bced
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-data.yml
Expand Up @@ -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
Expand Down

0 comments on commit 4d6bced

Please sign in to comment.