1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-20 21:52:04 +00:00

Fix linting

This commit is contained in:
Alexander Peltzer 2019-11-26 00:34:55 +01:00
parent 64a3240a51
commit 2d16917473
No known key found for this signature in database
GPG key ID: A4A9322B50AF95A0

View file

@ -1,12 +1,14 @@
name: nfcore configs tests
## Check whether users added their config to the matrix
on: [push, pull_request]
paths:
- '.github/main.workflow'
on:
push:
paths:
- '.github/main.yml'
jobs:
job_1:
profile_test:
runs-on: ubuntu-latest
name: Run individual profiles
strategy:
matrix:
@ -14,9 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install Nextflow
run: |
run: |
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Check ${{ matrix.profile }} profile
run: nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }}
- name: "Check profile"
run: nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }}