1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00

Remove --custom_config_base from CI test command

This commit is contained in:
Phil Ewels 2020-06-26 14:13:49 +02:00
parent 824d9b86bc
commit da46b1cd9a

View file

@ -27,4 +27,4 @@ jobs:
env: env:
SCRATCH: '~' SCRATCH: '~'
NXF_GLOBAL_CONFIG: awsbatch.config NXF_GLOBAL_CONFIG: awsbatch.config
run: nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }} run: nextflow run ${GITHUB_WORKSPACE}/configtest.nf -profile ${{ matrix.profile }}