mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
ci: Add universal CI Test
This commit is contained in:
parent
f05134e855
commit
95270092b0
1 changed files with 19 additions and 0 deletions
19
.github/workflows/pytest-workflow.yml
vendored
Normal file
19
.github/workflows/pytest-workflow.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: Pytest-workflow
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
runs-on: ubuntu-latest
|
||||
name: CI Test
|
||||
strategy:
|
||||
matrix:
|
||||
nxf_version: [20.11.0-edge]
|
||||
env:
|
||||
NXF_ANSI_LOG: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Nextflow pytest-workflow
|
||||
uses: Emiller88/pytest-workflow-composite-action@v0.1
|
||||
with:
|
||||
pytest_tags: 'fastqc'
|
||||
nxf_version: ${{ matrix.nxf_version }}
|
Loading…
Reference in a new issue