Skip to content

[MISC] Rework

[MISC] Rework #47

Workflow file for this run

name: Test
on:
pull_request:
concurrency:
group: test-${{ github.event.pull_request.number }}
cancel-in-progress: true
env:
TZ: Europe/Berlin
defaults:
run:
shell: bash -el {0}
jobs:
build-html:
name: build
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup conda
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: snakemake
auto-activate-base: false
auto-update-conda: false
channel-priority: strict
environment-file: environment.yml
miniforge-version: latest
- name: Build HTML
run: python3 scripts/main.py