Skip to content

Commit

Permalink
Always upload logs after trying to launch AWS megatests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot authored Jun 20, 2024
1 parent 8a1b1a4 commit 4f89eb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/awsfulltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/proteinfold/results-${{ github.sha }}/mode_${{ matrix.mode }}"
}
profiles: test_full_${{ matrix.mode }}

- uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: Seqera Platform debug log file
path: |
Expand Down

0 comments on commit 4f89eb7

Please sign in to comment.