1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-11-23 15:21:25 +01:00

Update build.yml

This commit is contained in:
Anthony Stirling 2024-10-19 16:09:24 +01:00 committed by GitHub
parent 1c1bea090d
commit 9c56dc7d31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,12 @@ jobs:
gradle-version: 8.7
- 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:
# if: github.event_name == 'push' && github.ref == 'refs/heads/main' ||