Skip to content

Commit

Permalink
updated for master
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarMZ committed Dec 16, 2024
1 parent 53eb35a commit f6dcdf8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/nextflow_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- development
pull_request:
branches:
- master

jobs:
test_sarscov2_user:
Expand Down Expand Up @@ -35,3 +38,12 @@ jobs:
- name: Run pipeline test (reference)
run: |
nextflow run main.nf -profile docker --prefix "covidmvp-$(date +%Y-%m-%d)" --end_date $(date +%Y-%m-%d) -params-file covidmvp_clinical_params.yaml
check_success:
name: Check if all tests passed
needs: [test_sarscov2_user, test_sarscov2_reference]
runs-on: ubuntu-latest
steps:
- name: Check job status
if: ${{ failure() }}
run: exit 1

0 comments on commit f6dcdf8

Please sign in to comment.