We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba275d2 commit 4d6bcedCopy full SHA for 4d6bced
.github/workflows/build-data.yml
@@ -44,6 +44,11 @@ jobs:
44
data-pack \
45
data-tests
46
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
+
52
# Prepare version metadata for use in PR creation
53
- name: Prepare metadata
54
id: meta
0 commit comments