mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
added workflow files
This commit is contained in:
parent
a1e1e27f67
commit
046444a736
1 changed files with 2 additions and 2 deletions
4
.github/workflows/star_align.yml
vendored
4
.github/workflows/star_align.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
- tests/software/star/**
|
- tests/software/star/**
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- software/star/index/**
|
- software/star/align/**
|
||||||
- .github/workflows/star_align.yml
|
- .github/workflows/star_align.yml
|
||||||
- tests/software/star/**
|
- tests/software/star/**
|
||||||
|
|
||||||
|
@ -37,4 +37,4 @@ jobs:
|
||||||
run: python -m pip install --upgrade pip pytest-workflow
|
run: python -m pip install --upgrade pip pytest-workflow
|
||||||
|
|
||||||
# Test the module
|
# Test the module
|
||||||
- run: pytest --tag star_genomegenerate --symlink --wt 2
|
- run: pytest --tag star_align --symlink --wt 2
|
||||||
|
|
Loading…
Reference in a new issue