Update .forgejo/workflows/check.yaml
Some checks failed
/ build (push) Has been cancelled

Signed-off-by: Stachelbeere1248 <stachelbeere1248@noreply.localhost>
This commit is contained in:
Stachelbeere1248 2025-08-15 19:48:42 +02:00
parent d49ab7de65
commit de25c54a36

View file

@ -29,4 +29,10 @@ jobs:
curl -L "$JRE17_URL" | tar -xz -C "$INSTALL_DIR"
- name: build
run: JDK8=/opt/java/zulu8.84.0.15-ca-jdk8.0.442-linux_x64 JAVA_HOME=/opt/java/zulu17.56.15-ca-jre17.0.14-linux_x64 ./gradlew check
run: JDK8=/opt/java/zulu8.84.0.15-ca-jdk8.0.442-linux_x64 JAVA_HOME=/opt/java/zulu17.56.15-ca-jre17.0.14-linux_x64 ./gradlew build
- name: capture build artifacts
uses: https://code.forgejo.org/forgejo/upload-artifact@v3
with:
name: Artifacts
path: 'build/libs'