Compare commits
2 commits
dc5af7573f
...
eb2525443b
Author | SHA1 | Date | |
---|---|---|---|
|
eb2525443b | ||
256a5a684a |
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: node-modules
|
name: node-modules
|
||||||
key: node-modules-${{ runner.os }}-${{ env.NODE_VERSION }}-${{ hashFiles('package-lock.json') }}
|
key: node-modules-${{ runner.os }}-${{ env.NODE_VERSION }}-${{ hashFiles('package-lock.json') }}
|
||||||
|
path: node_modules
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: npm run test:unit
|
run: npm run test:unit
|
||||||
|
|
Loading…
Add table
Reference in a new issue