Skip to content

update readme details on unarchive_only #180

update readme details on unarchive_only

update readme details on unarchive_only #180

Workflow file for this run

name: pytest
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pipenv codecov
pip install -r requirements.txt
pipenv install --dev
- name: Test with pytest
run: |
pytest -vv --cov resources/home/dnanexus/dias_batch/