1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 09:22:04 +00:00

Try with retries from sarek approach

This commit is contained in:
James Fellows Yates 2022-09-02 12:24:29 +02:00
parent 3a33d81e80
commit c3427e44b3

View file

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