mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
ci: Add PROFILE ahead of pytest run
This commit is contained in:
parent
ddbca7b467
commit
341fa43ae3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest-workflow.yml
vendored
2
.github/workflows/pytest-workflow.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
|||
|
||||
# Test the module
|
||||
- name: Run pytest-workflow
|
||||
run: pytest --tag ${{ matrix.tags }} --symlink --wt 2
|
||||
run: PROFILE=docker pytest --tag ${{ matrix.tags }} --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
Loading…
Reference in a new issue