Skip to content

Commit c1c8f92

Browse files
committed
updated timeseries test
1 parent f477e4c commit c1c8f92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nextflow_CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
- name: Run pipeline test (reference)
3939
run: |
4040
nextflow run main.nf -profile docker --prefix "covidmvp-$(date +%Y-%m-%d)" --end_date $(date +%Y-%m-%d) -params-file covidmvp_clinical_params.yaml
41+
4142
test_sarscov2_timeseries:
42-
name: Run pipeline test (user)
43+
name: Run pipeline test (test_sarscov2_timeseries)
4344
runs-on: ubuntu-latest
4445
steps:
4546
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)