mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +00:00
Fix paths to dummy.config
This commit is contained in:
parent
66f191a1cf
commit
ab3070582e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -23,9 +23,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
wget -qO- get.nextflow.io | bash
|
wget -qO- get.nextflow.io | bash
|
||||||
sudo mv nextflow /usr/local/bin/
|
sudo mv nextflow /usr/local/bin/
|
||||||
touch /usr/local/bin/test.config
|
touch ~/dummy.config
|
||||||
- name: Check ${{ matrix.profile }} profile
|
- name: Check ${{ matrix.profile }} profile
|
||||||
env:
|
env:
|
||||||
SCRATCH: '~'
|
SCRATCH: '~'
|
||||||
NXF_GLOBAL_CONFIG: /usr/local/bin/test.config
|
NXF_GLOBAL_CONFIG: ~/dummy.config
|
||||||
run: 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