mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-17 19:03:46 +00:00
fix ci cache keys
This commit is contained in:
@@ -25,11 +25,11 @@ jobs:
|
|||||||
- name: Cache NPM packages
|
- name: Cache NPM packages
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
key: npm-${{ hashFiles('./frontend/node_modules/package-lock.json') }}
|
key: npm-${{ hashFiles('./frontend/package-lock.json') }}
|
||||||
path: |
|
path: |
|
||||||
./frontend/node_modules
|
./frontend/node_modules
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
npm-${{ hashFiles('./frontend/node_modules/package-lock.json') }}
|
npm-${{ hashFiles('./frontend/package-lock.json') }}
|
||||||
npm-
|
npm-
|
||||||
- name: Yarn Test
|
- name: Yarn Test
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user