Skip to content

Commit 154b0d5

Browse files
committed
try if always
1 parent 41ff25b commit 154b0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ permissions:
1717
jobs:
1818
build:
1919
runs-on: ubuntu-latest
20-
continue-on-error: true
2120
steps:
2221
- name: Checkout sources
2322
uses: actions/checkout@v4
@@ -31,6 +30,7 @@ jobs:
3130
- name: Build with Gradle
3231
run: ./gradlew testDebugUnitTest
3332
- name: Archive screenshots
33+
if: always()
3434
uses: actions/upload-artifact@v4
3535
with:
3636
name: actual-screenshots

0 commit comments

Comments
 (0)