1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +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 name: nfcore configs tests
## Check whether users added their config to the matrix ## Check whether users added their config to the matrix
on: [push, pull_request] on:
push:
paths: paths:
- '.github/main.workflow' - '.github/main.yml'
jobs: jobs:
job_1: profile_test:
runs-on: ubuntu-latest
name: Run individual profiles name: Run individual profiles
strategy: strategy:
matrix: matrix:
@ -17,6 +19,5 @@ 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/
- name: Check ${{ matrix.profile }} profile - name: "Check profile"
run: nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }} run: nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }}