diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18bc8027..b5a0784b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' ||