Skip to content

Dev

Dev #51

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore:
- "docs/**"
- "**.md"
branches:
- main
- dev
jobs:
Testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test Selscape workflow
uses: snakemake/snakemake-github-action@v1.25.1
with:
directory: .test/ci/
snakefile: workflow/Snakefile
args: "--use-conda --show-failed-logs -j 2 --conda-cleanup-pkgs cache --conda-frontend mamba --dry-run"
stagein: "conda config --set channel_priority strict"