Skip to content

Commit b161a7d

Browse files
authored
Merge pull request #407 from JoseEspinosa/fixes
Always upload logs when running aws full tests
2 parents 4115526 + cee6b47 commit b161a7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/awsfulltest.yml

Lines changed: 1 addition & 0 deletions
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)