Skip to content

Commit

Permalink
Yet another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeda88 committed Jun 25, 2024
1 parent 6ef4f30 commit 775659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: ./.github/actions/setup_test_action
- name: Set Artifact Name
run: |
echo ${{ matrix.gradle_tasks }} | cut -d: -f2 >> $ARCHIVE_KEY
echo "ARCHIVE_KEY=$(echo ${{ matrix.gradle_tasks }} | cut -d: -f2)" >> $GITHUB_ENV
- name: Apply Android licenses
run: ./gradlew ciSdkManagerLicenses
- name: Run Android Instrumented Tests
Expand Down

0 comments on commit 775659b

Please sign in to comment.