Skip to content

feat!: Use composite action with conda instead of docker action #117

feat!: Use composite action with conda instead of docker action

feat!: Use composite action with conda instead of docker action #117

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches_ignore: []
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Test run
uses: ./
with:
directory: .test
snakefile: .test/Snakefile
args: "--cores 1"
- name: Test containerize
uses: ./
with:
directory: .test
snakefile: .test/Snakefile
args: "--cores 1"
task: "containerize"
- name: Show Dockerfile
run: |
cat Dockerfile