Skip to content

Commit 85f1fb9

Browse files
committed
testing
1 parent 922c940 commit 85f1fb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
# TODO(thatfiredev): remove this once github.com/firebase/quickstart-android/issues/1672 is fixed
2424
- name: Remove Data Connect from the CI build
2525
run: sed "s/\":dataconnect:app\",//g" settings.gradle.kts > settings.gradle.kts
26+
- name: Testing
27+
run: cat settings.gradle.kts
2628
- name: Build with Gradle (Pull Request)
2729
run: ./build_pull_request.sh
2830
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)