1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00
This commit is contained in:
Piotr Faba 2020-05-27 16:35:55 +02:00
parent ab3070582e
commit ff5fdd097b

View file

@ -23,9 +23,13 @@ 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/
echo ~
touch ~/dummy.config touch ~/dummy.config
- name: Check ${{ matrix.profile }} profile - name: Check ${{ matrix.profile }} profile
env: env:
SCRATCH: '~' SCRATCH: '~'
NXF_GLOBAL_CONFIG: ~/dummy.config NXF_GLOBAL_CONFIG: ~/dummy.config
run: nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }} run: |
echo $SCRATCH
echo $NXF_GLOBAL_CONFIG
nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }}