Skip to content

Create basic integration test #183

Create basic integration test

Create basic integration test #183

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: workflow/envs/github-actions.yml
cache-environment: true
- name: Lint workflow
uses: snakemake/[email protected]
with:
directory: .
snakefile: workflow/Snakefile
args: "--lint"
- name: Test with pytest
shell: bash -el {0}
run: |
pytest tests/