Skip to content

Commit d2c1ceb

Browse files
committed
google svcs config
1 parent 5bb57d2 commit d2c1ceb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ jobs:
4242
java-version: 17
4343
distribution: 'temurin'
4444

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+
4555
- run: touch local.properties
4656

4757
- name: CodeQL Manual Build (Disable Daemon & Trace)

0 commit comments

Comments
 (0)