mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-17 19:03:46 +00:00
fix: my stupidity can't be fixed
need a higher blood sugar and caffeine concentration :D
This commit is contained in:
@@ -17,11 +17,6 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
|
|
||||||
- name: Yarn Install
|
|
||||||
run: |
|
|
||||||
cd ./frontend
|
|
||||||
yarn install --frozen-lockfiles
|
|
||||||
- name: Cache NPM packages
|
- name: Cache NPM packages
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
@@ -31,6 +26,10 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
npm-${{ hashFiles('./frontend/package-lock.json') }}
|
npm-${{ hashFiles('./frontend/package-lock.json') }}
|
||||||
npm-
|
npm-
|
||||||
|
- name: Yarn Install
|
||||||
|
run: |
|
||||||
|
cd ./frontend
|
||||||
|
yarn install --frozen-lockfiles
|
||||||
- name: Yarn Test
|
- name: Yarn Test
|
||||||
run: |
|
run: |
|
||||||
cd ./frontend
|
cd ./frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user