Skip to content

fix(plot): fixes a bug in the snakemake pipeline which uses the defau… #39

fix(plot): fixes a bug in the snakemake pipeline which uses the defau…

fix(plot): fixes a bug in the snakemake pipeline which uses the defau… #39

Workflow file for this run

name: Feature Branch CI
on:
push:
branches-ignore: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Build and test the Docker image
run: docker build . --file Dockerfile --tag sbastkowski/quatradis:$(date +%s)