mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
debug: continue
This commit is contained in:
parent
ff5fdd097b
commit
ac47d020cb
1 changed files with 2 additions and 3 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -23,12 +23,11 @@ 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 /home/runner/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: /home/runner/dummy.config
|
||||||
run: |
|
run: |
|
||||||
echo $SCRATCH
|
echo $SCRATCH
|
||||||
echo $NXF_GLOBAL_CONFIG
|
echo $NXF_GLOBAL_CONFIG
|
||||||
|
|
Loading…
Reference in a new issue