Skip to content

Commit a5b9803

Browse files
committed
remove redundant ci profile
1 parent 1df7b2b commit a5b9803

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
sudo mv nf-test /usr/local/bin/
3939
4040
- name: Run Tests
41-
run: nf-test test --ci --profile docker,local,ci --tag ci
41+
run: nf-test test --ci --profile docker,local --tag ci
4242

4343
- name: upload logs
4444
if: always()

nextflow.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ profiles {
127127
local {
128128
includeConfig 'conf/local.config'
129129
}
130-
ci {
131-
raise_server = false
132-
}
133130
}
134131

135132

0 commit comments

Comments
 (0)