ci: Cache nextflow

This commit is contained in:
Edmund Miller 2021-01-24 11:35:24 -06:00
parent 73b572eede
commit c7262e27d8
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

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