There was an error while loading. Please reload this page.
1 parent 3265a5c commit b51c938Copy full SHA for b51c938
1 file changed
.github/workflows/tests-core.yml
@@ -29,5 +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
+ - name: 'Run npm run test:update -w core and npm test -w core'
+ run: npm run test:update -w core && npm test -w core
0 commit comments