Skip to content

add explicit test config #2

add explicit test config

add explicit test config #2

Workflow file for this run

name: snakemaker
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: snakemake
uses: snakemake/[email protected]
with:
directory: '.test'
args: '--dryrun --configfile config/config.yaml'