File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: CI Tests
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [main]
66 pull_request :
77
88concurrency :
1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v4
19-
19+
2020 - name : Start Kraken Server
2121 run : |
2222 docker run -d --name kraken-server --network host \
3838 sudo mv nf-test /usr/local/bin/
3939
4040 - name : Run Tests
41- run : nf-test test --ci --profile docker,local --tag ci
41+ run : nf-test test --ci --profile docker,local,ci --tag ci
4242
4343 - name : upload logs
4444 if : always()
4848 include-hidden-files : true
4949 path : ./.nf-test/*
5050 retention-days : 1
51- if-no-files-found : ignore
51+ if-no-files-found : ignore
Original file line number Diff line number Diff line change @@ -127,6 +127,9 @@ profiles {
127127 local {
128128 includeConfig ' conf/local.config'
129129 }
130+ ci {
131+ raise_server = false
132+ }
130133}
131134
132135
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ nextflow_pipeline {
1111 params {
1212 fastq = "${projectDir}/tests/test-data/barcode01/barcode01.fq.gz"
1313 outdir = "$outputDir/single_long_read"
14- raise_server = false
1514 kraken_database = [
1615 "default": [
1716 "name": "testdb-kraken2",
You can’t perform that action at this time.
0 commit comments