50
50
run : ./gradlew assemble test --no-build-cache --no-daemon --stacktrace -Doverride_kotlin=${{ matrix.kotlin-version }}
51
51
52
52
- name : Upload Test Results
53
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
53
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
54
54
if : ${{ failure() }}
55
55
with :
56
56
name : test-results-${{ matrix.kotlin-version }}
78
78
run : ./gradlew.bat assemble test --no-build-cache --no-daemon --stacktrace -Doverride_config-fullTestRun=false
79
79
80
80
- name : Upload Test Results
81
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
81
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
82
82
if : ${{ failure() }}
83
83
with :
84
84
name : test-results-windows
@@ -140,7 +140,7 @@ jobs:
140
140
run : ./gradlew lint
141
141
142
142
- name : Upload Lint Results
143
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
143
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
144
144
if : ${{ failure() }}
145
145
with :
146
146
name : lint-results
@@ -187,7 +187,7 @@ jobs:
187
187
run : ./gradlew :gradle-plugin:assemble :gradle-plugin:test --no-build-cache --no-daemon --stacktrace -Doverride_kotlin=${{ matrix.kotlin-version }} -Doverride_agp=${{ matrix.agp-version }}
188
188
189
189
- name : Upload Test Results
190
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
190
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
191
191
if : ${{ failure() }}
192
192
with :
193
193
# Use the Kotlin version to prevent overrides.
@@ -223,7 +223,7 @@ jobs:
223
223
run : ./gradlew assembleDebug --no-build-cache --no-daemon --stacktrace -Doverride_kotlin=${{ matrix.kotlin-version }} -Doverride_config-generateDaggerFactoriesWithAnvil=false
224
224
225
225
- name : Upload Test Results
226
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
226
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
227
227
if : ${{ failure() }}
228
228
with :
229
229
# Use the Kotlin version to prevent overrides.
@@ -294,7 +294,7 @@ jobs:
294
294
script : ./gradlew connectedCheck --no-build-cache --no-daemon --stacktrace
295
295
296
296
- name : Upload results
297
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
297
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
298
298
with :
299
299
name : instrumentation-test-results
300
300
path : ./**/build/reports/androidTests/connected/**
@@ -317,7 +317,7 @@ jobs:
317
317
run : ./gradlew test allTests --stacktrace
318
318
319
319
- name : Upload Test Results
320
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
320
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
321
321
if : ${{ failure() }}
322
322
with :
323
323
name : test-results-gradle-integration
@@ -340,7 +340,7 @@ jobs:
340
340
run : ./gradlew gradleTest --stacktrace
341
341
342
342
- name : Upload Test Results
343
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
343
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
344
344
if : ${{ failure() }}
345
345
with :
346
346
name : test-results-gradle-integration
0 commit comments