diff --git a/.github/workflows/tests-core.yml b/.github/workflows/tests-core.yml index e651c23..9d7772f 100644 --- a/.github/workflows/tests-core.yml +++ b/.github/workflows/tests-core.yml @@ -29,3 +29,5 @@ jobs: run: npm install -w core - name: Run npm test -w core run: npm test -w core + - name: 'Run npm run test:update and npm test -w core' + run: npm run test:update && npm test -w core \ No newline at end of file