Compare commits
2 commits
a5c09bccff
...
3630eaa58d
Author | SHA1 | Date | |
---|---|---|---|
|
3630eaa58d | ||
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