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

Fix paths to dummy.config

This commit is contained in:
Piotr Faba 2020-05-27 16:32:19 +02:00
parent 66f191a1cf
commit ab3070582e

View file

@ -23,9 +23,9 @@ jobs:
run: |
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
touch /usr/local/bin/test.config
touch ~/dummy.config
- name: Check ${{ matrix.profile }} profile
env:
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 }}