mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-11 00:43:10 +00:00
Try with retries from sarek approach
This commit is contained in:
parent
3a33d81e80
commit
c3427e44b3
1 changed files with 4 additions and 5 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -55,11 +55,10 @@ jobs:
|
||||||
sudo update-locale LANG=en_US.UTF-8
|
sudo update-locale LANG=en_US.UTF-8
|
||||||
|
|
||||||
- name: Run pipeline with test data
|
- name: Run pipeline with test data
|
||||||
# TODO nf-core: You can customise CI pipeline run tests as required
|
uses: Wandalen/wretry.action@v1.0.11
|
||||||
# For example: adding multiple test runs with different parameters
|
with:
|
||||||
# Remember that you can parallelise this by using strategy.matrix
|
command: nextflow run ${GITHUB_WORKSPACE} -profile test,docker --outdir ./results ${{ matrix.parameters }}
|
||||||
run: |
|
attempt_limit: 3
|
||||||
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --outdir ./results ${{ matrix.parameters }}
|
|
||||||
|
|
||||||
motus:
|
motus:
|
||||||
name: Test mOTUs with workflow parameters
|
name: Test mOTUs with workflow parameters
|
||||||
|
|
Loading…
Reference in a new issue