Skip to content

Commit a2e39b7

Browse files
committed
revert ci changes
1 parent 85f1fb9 commit a2e39b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/android.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
run: python scripts/checksnippets.py
2121
- name: Copy mock google_services.json
2222
run: ./copy_mock_google_services_json.sh
23-
# TODO(thatfiredev): remove this once github.com/firebase/quickstart-android/issues/1672 is fixed
24-
- name: Remove Data Connect from the CI build
25-
run: sed "s/\":dataconnect:app\",//g" settings.gradle.kts > settings.gradle.kts
26-
- name: Testing
27-
run: cat settings.gradle.kts
2823
- name: Build with Gradle (Pull Request)
2924
run: ./build_pull_request.sh
3025
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)