Fix indentation

olgabot-patch-2
Alexander Peltzer 5 years ago
parent aeb2fb6dc0
commit 4062c8b4dc
No known key found for this signature in database
GPG Key ID: A4A9322B50AF95A0

@ -14,10 +14,10 @@ jobs:
matrix:
profile: ['awsbatch, bigpurple, binac, cbe, ccga_dx, ccga, cfc, crick, czbiohub_aws_highpriority, czbiohub_aws, denbi_qbic, genouest, gis, hebbe, kraken, munin, pasteur, phoenix, prince, shh, uct_hex, uppmax_devel, uppmax, uzh']
steps:
- uses: actions/checkout@v1
- name: Install Nextflow
run: |
- uses: actions/checkout@v1
- name: Install Nextflow
run: |
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: "Check profile"
run: nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }}
- name: "Check profile"
run: nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }}
Loading…
Cancel
Save