Update .forgejo/workflows/release.yml
All checks were successful
Release / release (push) Successful in 28m49s
All checks were successful
Release / release (push) Successful in 28m49s
This commit is contained in:
parent
1abf26ce4b
commit
1e7bf382f4
1 changed files with 7 additions and 2 deletions
|
@ -22,6 +22,7 @@ jobs:
|
|||
run: |
|
||||
java -version
|
||||
mvn -v
|
||||
mvn help:evaluate -Dexpression=settings.localRepository -q -DforceStdout
|
||||
node -v
|
||||
npm -v
|
||||
|
||||
|
@ -94,12 +95,16 @@ jobs:
|
|||
- name: Build backend (Spring Boot)
|
||||
run: |
|
||||
mvn clean package -Pprod -DskipTests -Dmaven.download.parallel=false -s .forgejo/workflows/ci-settings.xml
|
||||
|
||||
container:
|
||||
image: maven:3.9-eclipse-temurin-17
|
||||
volumes:
|
||||
- /maven-repo:/root/.m2
|
||||
|
||||
# Log output
|
||||
- name: List output files
|
||||
run: |
|
||||
ls -lh target/*.jar || true
|
||||
|
||||
|
||||
# save artifacts
|
||||
- name: Upload backend JAR
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue