Skip to content

Commit 51c37ab

Browse files
committed
fix(ci): use server behat binary
Signed-off-by: grnd-alt <git@belakkaf.net>
1 parent 8ca2ad3 commit 51c37ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo $PHPPID
3333

3434
export TEST_SERVER_URL="http://localhost:$PORT/ocs/"
3535

36-
vendor/bin/behat --colors --suite=test $SCENARIO_TO_RUN
36+
${OC_PATH}vendor-bin/behat/vendor/bin/behat --colors --suite=test $SCENARIO_TO_RUN
3737
RESULT=$?
3838

3939
kill -9 $PHPPID

0 commit comments

Comments
 (0)