Skip to content

Support Snakemake>8.0 #54

Support Snakemake>8.0

Support Snakemake>8.0 #54

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore:
- "docs/**"
- "**.md"
branches:
- main
jobs:
Testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test whole workflow
uses: cademirch/snakemake-github-action@v1.1
with:
directory: .test/ci/
snakefile: workflow/Snakefile
args: "--use-conda --show-failed-logs -j 1 --conda-cleanup-pkgs cache --conda-frontend mamba"