Skip to content

Commit

Permalink
Add action to run workflow on test data
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Sep 15, 2023
1 parent 8b738da commit 239074c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/nextflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Run pipeline
on:
push:
branches:
- "main"
jobs:
example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nf-core/setup-nextflow@v1
- run: nextflow run ${GITHUB_WORKSPACE} --input data/test_samplesheet.csv

0 comments on commit 239074c

Please sign in to comment.