mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
remove echos
This commit is contained in:
parent
ac47d020cb
commit
1a9db371c3
1 changed files with 1 additions and 4 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -28,7 +28,4 @@ jobs:
|
||||||
env:
|
env:
|
||||||
SCRATCH: '~'
|
SCRATCH: '~'
|
||||||
NXF_GLOBAL_CONFIG: /home/runner/dummy.config
|
NXF_GLOBAL_CONFIG: /home/runner/dummy.config
|
||||||
run: |
|
run: nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }}
|
||||||
echo $SCRATCH
|
|
||||||
echo $NXF_GLOBAL_CONFIG
|
|
||||||
nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }}
|
|
||||||
|
|
Loading…
Reference in a new issue