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:
|
||||
SCRATCH: '~'
|
||||
NXF_GLOBAL_CONFIG: /home/runner/dummy.config
|
||||
run: |
|
||||
echo $SCRATCH
|
||||
echo $NXF_GLOBAL_CONFIG
|
||||
nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }}
|
||||
run: nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }}
|
||||
|
|
Loading…
Reference in a new issue