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 922c940 commit 85f1fb9Copy full SHA for 85f1fb9
.github/workflows/android.yml
@@ -23,6 +23,8 @@ jobs:
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
28
- name: Build with Gradle (Pull Request)
29
run: ./build_pull_request.sh
30
if: github.event_name == 'pull_request'
0 commit comments