Skip to content

Commit ebe784f

Browse files
authored
test: update tests-core.yml to check that there aren't needed updates (#82)
Signed-off-by: Tierney Cyren <[email protected]>
1 parent ce566c5 commit ebe784f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests-core.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ jobs:
2929
run: npm install -w core
3030
- name: Run npm test -w core
3131
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

Comments
 (0)