Skip to content

Commit

Permalink
Experiment with Nextflow regression test action
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Feb 27, 2024
1 parent a1be4a8 commit 2174845
Show file tree
Hide file tree
Showing 2 changed files with 827 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/nextflow-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
on:
push:
branches:
- main
- nwiltsie-nextflow-tests
pull_request:
branches:
- main

jobs:
nextflow_tests_job:
runs-on: ubuntu-latest
name: A job to run Nextflow config tests
steps:
- uses: uclahs-cds/tool-Nextflow-action/run-nextflow-tests@nwiltsie-nextflow-regression-action
Loading

0 comments on commit 2174845

Please sign in to comment.