Skip to content

Commit 2d8a6a7

Browse files
authored
Merge pull request #499 from nf-core/grst-patch-1
Attempt to fix awsfulltest
2 parents 5b28513 + 6a1a2bd commit 2d8a6a7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/awsfulltest.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ jobs:
3636
parameters: |
3737
{
3838
"hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
39-
"outdir": "s3://${{ vars.AWS_S3_BUCKET }}/scrnaseq/results-${{ steps.revision.outputs.revision }}"
39+
"outdir": "s3://${{ vars.AWS_S3_BUCKET }}/scrnaseq/results-${{ steps.revision.outputs.revision }}/aligner_${{ matrix.aligner }}",
40+
"aligner": "${{ matrix.aligner }}"
4041
}
4142
profiles: test_full
4243

4344
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4445
with:
45-
name: Seqera Platform debug log file
46+
name: seqera_platform_debug_log_${{ matrix.aligner }}
4647
path: |
47-
tower_action_*.log
48-
tower_action_*.json
48+
seqera_platform_action_*.log
49+
seqera_platform_action_*.json

0 commit comments

Comments
 (0)