Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 8779ba1

Browse files
cisco66666yanbin7
authored andcommitted
fix unit test (#190)
1 parent 57891e2 commit 8779ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conference.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pipeline {
2424
]) {
2525
node('unit-test') {
2626
container('unit-test') {
27-
sh "cd /root/oms-client-javascript/test/unit/karma-test/ && ./start.sh"
27+
sh "cd /root/owt-client-javascript/test/unit/karma-test/ && ./start.sh"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)