Skip to content

Commit

Permalink
Merge pull request #150 from ggabernet/dev
Browse files Browse the repository at this point in the history
Update aws megatests GH actions
  • Loading branch information
maxulysse authored Mar 6, 2020
2 parents b27014f + 047addd commit a6037cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/awstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_KEY_SECRET}}
TOWER_ACCESS_TOKEN: ${{secrets.TOWER_ACCESS_TOKEN}}
run: |
aws batch submit-job --region eu-west-1 --job-name nf-core-sarek --job-queue 'default-8b3836e0-5eda-11ea-96e5-0a2c3f6a2a32' --job-definition nextflow --container-overrides command=nf-core/sarek,"-profile test --out_dir s3://nf-core-awsmegatests/sarek/results -w s3://nf-core-awsmegatests/sarek/work"
aws batch submit-job --region eu-west-1 --job-name nf-core-sarek --job-queue 'default-8b3836e0-5eda-11ea-96e5-0a2c3f6a2a32' --job-definition nextflow --container-overrides command=nf-core/sarek,"-profile test --outdir s3://nf-core-awsmegatests/sarek/results -w s3://nf-core-awsmegatests/sarek/work"

0 comments on commit a6037cd

Please sign in to comment.