Update .forgejo/workflows/ci.yml
All checks were successful
Build Resilient App / build (push) Successful in 19m48s
All checks were successful
Build Resilient App / build (push) Successful in 19m48s
This commit is contained in:
parent
48b609cc79
commit
e62929274e
1 changed files with 9 additions and 0 deletions
|
@ -34,6 +34,15 @@ jobs:
|
|||
cd src/main/webapp
|
||||
npm ci
|
||||
|
||||
- name: Cache node_modules
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
**/node_modules
|
||||
key: node-modules-${{ hashFiles('**/package-lock.json') }}
|
||||
restore-keys: |
|
||||
node-modules-
|
||||
|
||||
- name: Build frontend
|
||||
run: |
|
||||
cd src/main/webapp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue