From 0a1e8ffda5956e127d4d39296ab76a46f70fb0f5 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 31 Mar 2024 22:22:38 +0200 Subject: [PATCH] tests: update mysql password in ci --- .woodpecker/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 8d5ad26..f9d8332 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -26,7 +26,7 @@ steps: "Fill MySQL": image: *mysql_image commands: - - mysql -hservice-mysql -uroot test < tests/mysql_data.sql + - mysql -hservice-mysql -uroot -proot test < tests/mysql_data.sql "Run tests": image: *golang_image