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

Add in SCRATCH env

This commit is contained in:
Alexander Peltzer 2019-11-26 14:27:22 +01:00
parent 47ac2085f7
commit 2ebd2180ed
No known key found for this signature in database
GPG key ID: A4A9322B50AF95A0

View file

@ -24,4 +24,6 @@ jobs:
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Check ${{ matrix.profile }} profile
env:
SCRATCH: '~'
run: nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }}