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