We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8700863 commit 51b4838Copy full SHA for 51b4838
.github/workflows/tests-core.yml
@@ -29,3 +29,5 @@ jobs:
29
run: npm install -w core
30
- name: Run npm test -w core
31
run: npm test -w core
32
+ - name: 'Run npm run test:update and npm test -w core'
33
+ run: npm run test:update && npm test -w core
0 commit comments