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 6ef4f30 commit 775659bCopy full SHA for 775659b
.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 }} | cut -d: -f2 >> $ARCHIVE_KEY
+ echo "ARCHIVE_KEY=$(echo ${{ matrix.gradle_tasks }} | cut -d: -f2)" >> $GITHUB_ENV
45
- name: Apply Android licenses
46
run: ./gradlew ciSdkManagerLicenses
47
- name: Run Android Instrumented Tests
0 commit comments