diff --git a/.github/workflows/api-deploy.yml b/.github/workflows/api-deploy.yml index b2e025ae..df84ffe0 100644 --- a/.github/workflows/api-deploy.yml +++ b/.github/workflows/api-deploy.yml @@ -44,6 +44,9 @@ jobs: mkdir -p ./application/src/main/resources echo "${{ secrets.APPLICATION_CORE }}" > ./application/src/main/resources/application-core.yml + - name: Verify config file + run: cat ./adapters/out-web/src/main/resources/google-services.json + - name: Build with Gradle run: ./gradlew :entry:web:build --no-daemon