Skip to content

fix: openmm ci

fix: openmm ci #8

Workflow file for this run

name: "test"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 'Install Nextflow'
uses: stracquadaniolab/gh-action-setup-nextflow@v23.04.2
- name: 'Stub testing Nextflow pipeline with test profile'
run: |
chmod +x bin/*
nextflow run . -profile github,test -stub