ci(trimgalore): Use pytest-workflow

This commit is contained in:
Edmund Miller 2020-11-24 20:57:13 -06:00
parent 2fc39e02e2
commit 86219a586b
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -17,7 +17,6 @@ jobs:
env: env:
NXF_ANSI_LOG: false NXF_ANSI_LOG: false
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install Nextflow - name: Install Nextflow
@ -26,5 +25,12 @@ jobs:
wget -qO- get.nextflow.io | bash wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/ sudo mv nextflow /usr/local/bin/
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
- name: Install dependencies
run: python -m pip install --upgrade pip pytest-workflow
# Test the module # Test the module
- run: nextflow run ./software/trimgalore/test/ -profile docker - run: pytest --tag trimgalore --symlink --wt 2