mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Fix linting
This commit is contained in:
parent
64a3240a51
commit
2d16917473
1 changed files with 9 additions and 8 deletions
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
|
@ -1,12 +1,14 @@
|
|||
name: nfcore configs tests
|
||||
|
||||
## Check whether users added their config to the matrix
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '.github/main.workflow'
|
||||
- '.github/main.yml'
|
||||
|
||||
jobs:
|
||||
job_1:
|
||||
profile_test:
|
||||
runs-on: ubuntu-latest
|
||||
name: Run individual profiles
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -17,6 +19,5 @@ jobs:
|
|||
run: |
|
||||
wget -qO- get.nextflow.io | bash
|
||||
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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue