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 8cae779 commit 2555ae8Copy full SHA for 2555ae8
.github/workflows/pull_request.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: ./.github/actions/setup_test_action
42
- name: Set Artifact Name
43
run: |
44
- echo ${{ matrix.gradle_tasks }} >> $ARCHIVE_KEY
+ echo "${{ matrix.gradle_tasks }}" >> $ARCHIVE_KEY
45
- name: Apply Android licenses
46
run: ./gradlew ciSdkManagerLicenses
47
- name: Run Android Instrumented Tests
0 commit comments