mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
test profile multiline
This commit is contained in:
parent
f8690d49e8
commit
f3274c49b5
1 changed files with 42 additions and 1 deletions
43
.github/workflows/main.yml
vendored
43
.github/workflows/main.yml
vendored
|
@ -16,7 +16,48 @@ jobs:
|
||||||
needs: test_all_profiles
|
needs: test_all_profiles
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
profile: ['abims', 'awsbatch', 'aws_tower', 'bi','bigpurple', 'binac', 'biohpc_gen', 'cbe', 'ccga_dx', 'ccga_med', 'cfc', 'cfc_dev', 'crick', 'denbi_qbic', 'ebc', 'eddie', 'eva', 'genotoul', 'genouest', 'gis', 'google', 'hebbe', 'icr_davros', 'ifb_core', 'imperial', 'imperial_mb', 'jax', 'kraken', 'mpcdf', 'munin', 'oist', 'pasteur', 'phoenix', 'prince', 'sanger', 'seg_globe', 'shh', 'uct_hpc', 'uppmax', 'utd_ganymede', 'uzh']
|
profile:
|
||||||
|
- 'abims'
|
||||||
|
- 'awsbatch'
|
||||||
|
- 'aws_tower'
|
||||||
|
- 'bi'
|
||||||
|
- 'bigpurple'
|
||||||
|
- 'binac'
|
||||||
|
- 'biohpc_gen'
|
||||||
|
- 'cbe'
|
||||||
|
- 'ccga_dx'
|
||||||
|
- 'ccga_med'
|
||||||
|
- 'cfc'
|
||||||
|
- 'cfc_dev'
|
||||||
|
- 'crick'
|
||||||
|
- 'denbi_qbic'
|
||||||
|
- 'ebc'
|
||||||
|
- 'eddie'
|
||||||
|
- 'eva'
|
||||||
|
- 'genotoul'
|
||||||
|
- 'genouest'
|
||||||
|
- 'gis'
|
||||||
|
- 'google'
|
||||||
|
- 'hebbe'
|
||||||
|
- 'icr_davros'
|
||||||
|
- 'ifb_core'
|
||||||
|
- 'imperial'
|
||||||
|
- 'imperial_mb'
|
||||||
|
- 'jax'
|
||||||
|
- 'kraken'
|
||||||
|
- 'mpcdf'
|
||||||
|
- 'munin'
|
||||||
|
- 'oist'
|
||||||
|
- 'pasteur'
|
||||||
|
- 'phoenix'
|
||||||
|
- 'prince'
|
||||||
|
- 'sanger'
|
||||||
|
- 'seg_globe'
|
||||||
|
- 'shh'
|
||||||
|
- 'uct_hpc'
|
||||||
|
- 'uppmax'
|
||||||
|
- 'utd_ganymede'
|
||||||
|
- 'uzh'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install Nextflow
|
- name: Install Nextflow
|
||||||
|
|
Loading…
Reference in a new issue