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 39
39
sudo udevadm trigger --name-match=kvm
40
40
- name : Setup test environment
41
41
uses : ./.github/actions/setup_test_action
42
+ - name : Set Artifact Name
43
+ run : |
44
+ echo ${{ matrix.gradle_tasks }} | cut -d: -f2 >> $ARCHIVE_KEY
42
45
- name : Apply Android licenses
43
46
run : ./gradlew ciSdkManagerLicenses
44
47
- name : Run Android Instrumented Tests
@@ -48,14 +51,14 @@ jobs:
48
51
if : failure()
49
52
with :
50
53
name : |
51
- Android ${{ matrix.gradle_tasks | cut -d: -f2 }} Test Report HTML
54
+ Android ${{ env.$ARCHIVE_KEY }} Test Report HTML
52
55
path : " **/build/reports/androidTests/"
53
56
- name : Upload Firebase Debug Log
54
57
uses : actions/upload-artifact@v4
55
58
if : failure()
56
59
with :
57
60
name : |
58
- Android ${{ matrix.gradle_tasks | cut -d: -f2 }} Firebase Debug Log
61
+ Android ${{ env.$ARCHIVE_KEY }} Firebase Debug Log
59
62
path : " **/firebase-debug.log"
60
63
build-js :
61
64
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments