mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ci: Cache nextflow
This commit is contained in:
parent
73b572eede
commit
c7262e27d8
1 changed files with 6 additions and 0 deletions
6
.github/workflows/pytest-workflow.yml
vendored
6
.github/workflows/pytest-workflow.yml
vendored
|
@ -37,6 +37,12 @@ jobs:
|
|||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.x"
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: /usr/local/bin/nextflow
|
||||
key: ${{ runner.os }}-nextflow-${{ matrix.nxf_version }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-nextflow-
|
||||
- name: Nextflow pytest-workflow
|
||||
uses: Emiller88/pytest-workflow-composite-action@master
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue