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

Better names

This commit is contained in:
Alexander Peltzer 2019-11-26 14:12:41 +01:00
parent 0afe00ded5
commit 47ac2085f7
No known key found for this signature in database
GPG key ID: A4A9322B50AF95A0

View file

@ -23,5 +23,5 @@ jobs:
run: |
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: "Check profile"
- name: Check ${{ matrix.profile }} profile
run: nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }}