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 ae7bd5b commit e63d396Copy full SHA for e63d396
.github/workflows/android.yml
@@ -16,11 +16,15 @@ jobs:
16
java-version: 17
17
- name: Setup Gradle
18
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]
25
- name: Check Snippets
26
run: python scripts/checksnippets.py
27
# TODO(thatfiredev): remove this once github.com/firebase/quickstart-android/issues/1672 is fixed
- - name: Remove Firebase Data Connect from CI
- run: python scripts/ci_remove_fdc.py
28
- name: Copy mock google_services.json
29
run: ./copy_mock_google_services_json.sh
30
- name: Build with Gradle (Pull Request)
scripts/ci_remove_fdc.py
0 commit comments