added workflow files

This commit is contained in:
kevinmenden 2021-01-25 15:00:51 +01:00
parent a1e1e27f67
commit 046444a736

View file

@ -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