mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-13 02:55:03 +00:00
Update build.yml
This commit is contained in:
parent
1c1bea090d
commit
9c56dc7d31
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -36,7 +36,12 @@ jobs:
|
|||||||
gradle-version: 8.7
|
gradle-version: 8.7
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew build --no-build-cache
|
run: |
|
||||||
|
if ! ./gradlew build --no-build-cache; then
|
||||||
|
echo "Gradle build failed. Printing test report:"
|
||||||
|
cat build/reports/tests/test/index.html
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
docker-compose-tests:
|
docker-compose-tests:
|
||||||
# if: github.event_name == 'push' && github.ref == 'refs/heads/main' ||
|
# if: github.event_name == 'push' && github.ref == 'refs/heads/main' ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user