We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce566c5 commit ebe784fCopy full SHA for ebe784f
.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