File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3939 sudo udevadm trigger --name-match=kvm
4040 - name : Setup test environment
4141 uses : ./.github/actions/setup_test_action
42+ - name : Set Artifact Name
43+ run : |
44+ echo ${{ matrix.gradle_tasks }} | cut -d: -f2 >> $ARCHIVE_KEY
4245 - name : Apply Android licenses
4346 run : ./gradlew ciSdkManagerLicenses
4447 - name : Run Android Instrumented Tests
@@ -48,14 +51,14 @@ jobs:
4851 if : failure()
4952 with :
5053 name : |
51- Android ${{ matrix.gradle_tasks | cut -d: -f2 }} Test Report HTML
54+ Android ${{ env.$ARCHIVE_KEY }} Test Report HTML
5255 path : " **/build/reports/androidTests/"
5356 - name : Upload Firebase Debug Log
5457 uses : actions/upload-artifact@v4
5558 if : failure()
5659 with :
5760 name : |
58- Android ${{ matrix.gradle_tasks | cut -d: -f2 }} Firebase Debug Log
61+ Android ${{ env.$ARCHIVE_KEY }} Firebase Debug Log
5962 path : " **/firebase-debug.log"
6063 build-js :
6164 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments