Skip to content

Commit

Permalink
Add missing comma to awsfulltest
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot authored Jul 21, 2023
1 parent 54d6f21 commit 48c10a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/awsfulltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
parameters: |
{
"hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/chipseq/results-${{ github.sha }}"
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/chipseq/results-${{ github.sha }}",
"aligner": "${{ matrix.aligner }}"
}
profiles: test_full
Expand Down

0 comments on commit 48c10a7

Please sign in to comment.