We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb57d2 commit d2c1cebCopy full SHA for d2c1ceb
.github/workflows/codeql.yml
@@ -42,6 +42,16 @@ jobs:
42
java-version: 17
43
distribution: 'temurin'
44
45
+ - name: Setup Google Services Configuration
46
+ run: |
47
+ echo "Setting up Google Services configuration for CI..."
48
+ # Ensure the google-services.json file exists for the build
49
+ if [ ! -f "integration-tests/google-services.json" ]; then
50
+ echo "Creating google-services.json from template..."
51
+ cp integration-tests/google-services.json.template integration-tests/google-services.json
52
+ fi
53
+ echo "Google Services configuration ready"
54
+
55
- run: touch local.properties
56
57
- name: CodeQL Manual Build (Disable Daemon & Trace)
0 commit comments