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

Don't check that anymore

This commit is contained in:
Alexander Peltzer 2019-11-26 14:06:30 +01:00
parent cfc30418b2
commit ebb89f2714
No known key found for this signature in database
GPG key ID: A4A9322B50AF95A0

View file

@ -1,11 +1,5 @@
name: Configs tests
## Check whether users added their config to the matrix
on:
push:
paths:
- '.github/workflows/main.yml'
jobs:
profile_test:
runs-on: ubuntu-latest
@ -19,7 +13,7 @@ jobs:
run: |
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Check whether profiles are all tested appropriately
- name: Check whether profiles are all tested
run: |
python ${GITHUB_WORKSPACE}/bin/cchecker.py ${GITHUB_WORKSPACE}/nfcore_custom.config ${GITHUB_WORKSPACE}/.github/workflows/main.yml
- name: "Check profile"