Skip to content

Commit e63d396

Browse files
committed
Add Firebase Data Connect to CI
1 parent ae7bd5b commit e63d396

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/android.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ jobs:
1616
java-version: 17
1717
- name: Setup Gradle
1818
uses: gradle/gradle-build-action@v2
19+
- name: Setup Node.js
20+
uses: actions/setup-node@v4
21+
with:
22+
node-version: 22
23+
- name: Install Data Connect Toolkit
24+
run: npm install -g [email protected]
1925
- name: Check Snippets
2026
run: python scripts/checksnippets.py
2127
# TODO(thatfiredev): remove this once github.com/firebase/quickstart-android/issues/1672 is fixed
22-
- name: Remove Firebase Data Connect from CI
23-
run: python scripts/ci_remove_fdc.py
2428
- name: Copy mock google_services.json
2529
run: ./copy_mock_google_services_json.sh
2630
- name: Build with Gradle (Pull Request)

scripts/ci_remove_fdc.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)