mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
ci: Use exit
This commit is contained in:
parent
d83ab84dc2
commit
917ff60870
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest-workflow.yml
vendored
2
.github/workflows/pytest-workflow.yml
vendored
|
@ -25,8 +25,8 @@ jobs:
|
||||||
echo "::set-output name=magic_number::$output"
|
echo "::set-output name=magic_number::$output"
|
||||||
# 256 max jobs / 2 nxf versions / 3 profiles
|
# 256 max jobs / 2 nxf versions / 3 profiles
|
||||||
- name: Fail if number of modules to be tested is greater than 42
|
- name: Fail if number of modules to be tested is greater than 42
|
||||||
uses: cutenode/action-always-fail@v1.0.1
|
|
||||||
if: steps.yq_modules.outputs.magic_number <= 42
|
if: steps.yq_modules.outputs.magic_number <= 42
|
||||||
|
run: exit 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue