Skip to content

Commit

Permalink
Merge pull request #165 from nf-core/always-upload-logs-after-megatest
Browse files Browse the repository at this point in the history
Always upload logs after trying to launch AWS megatests
  • Loading branch information
JoseEspinosa authored Jun 21, 2024
2 parents 2286292 + 4f89eb7 commit d2d5ff6
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 d2d5ff6

Please sign in to comment.