Update .forgejo/workflows/ci.yml
All checks were successful
Build Resilient App / build (push) Successful in 26m46s
All checks were successful
Build Resilient App / build (push) Successful in 26m46s
This commit is contained in:
parent
54ee0adc25
commit
15e0fe6249
1 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,14 @@ jobs:
|
|||
cd src/main/webapp
|
||||
npm run build
|
||||
|
||||
- name: Cache Maven dependencies
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: maven-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: |
|
||||
maven-${{ runner.os }}-
|
||||
|
||||
- name: Build backend (Spring Boot)
|
||||
run: |
|
||||
mvn clean package -Pprod -DskipTests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue