main #21
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ jobs:
|
|||
uses: actions/cache@v4
|
||||
with:
|
||||
name: node-modules
|
||||
key: node-modules-${{ runner.os }}-${{ env.NODE_VERSION }}-${{ hashFiles('package-lock.json') }}
|
||||
|
||||
- name: Run unit tests
|
||||
run: npm run test:unit
|
||||
|
|
Loading…
Add table
Reference in a new issue