1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

debug: continue

This commit is contained in:
Piotr Faba 2020-05-27 16:38:11 +02:00
parent ff5fdd097b
commit ac47d020cb

View file

@ -23,12 +23,11 @@ jobs:
run: |
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
echo ~
touch ~/dummy.config
touch /home/runner/dummy.config
- name: Check ${{ matrix.profile }} profile
env:
SCRATCH: '~'
NXF_GLOBAL_CONFIG: ~/dummy.config
NXF_GLOBAL_CONFIG: /home/runner/dummy.config
run: |
echo $SCRATCH
echo $NXF_GLOBAL_CONFIG