Update build.yml

This commit is contained in:
Anthony Stirling 2024-12-25 21:44:34 +00:00 committed by GitHub
parent d4882df837
commit a4ddb5f1af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ jobs:
- name: Build with Gradle and with spring security
run: ./gradlew clean build
env:
DOCKER_ENABLE_SECURITY: false
DOCKER_ENABLE_SECURITY: true
docker-compose-tests:
# if: github.event_name == 'push' && github.ref == 'refs/heads/main' ||