Skip to content

Commit cee6b47

Browse files
committed
Always upload logs when running aws full tests
1 parent 1c2b3d7 commit cee6b47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/awsfulltest.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
profiles: test_full
3434

3535
- uses: actions/upload-artifact@v4
36+
if: success() || failure()
3637
with:
3738
name: Seqera Platform debug log file
3839
path: |

0 commit comments

Comments
 (0)