Skip to content
Snippets Groups Projects
Commit b83928c8 authored by Christian Pointner's avatar Christian Pointner
Browse files

fixup! fix CI/CD startup race condition

parent 99a5254b
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ test-store-mysql:
AURA_TANK_TEST_DB_TYPE: "mysql"
AURA_TANK_TEST_DB_HOST: "mysql"
script:
- go run waitfor-tcp.go mysql:3306 30
- go run contrib/waitfor-tcp.go mysql:3306 30
- go test -v -cover ./store
test-store-mariadb:
......@@ -56,7 +56,7 @@ test-store-mariadb:
AURA_TANK_TEST_DB_TYPE: "mysql"
AURA_TANK_TEST_DB_HOST: "mariadb"
script:
- go run waitfor-tcp.go mariadb:3306 30
- go run contrib/waitfor-tcp.go mariadb:3306 30
- go test -v -cover ./store
test-store-postgres:
......@@ -70,7 +70,7 @@ test-store-postgres:
AURA_TANK_TEST_DB_TYPE: "postgres"
AURA_TANK_TEST_DB_HOST: "postgres"
script:
- go run waitfor-tcp.go postgres:5432 30
- go run contrib/waitfor-tcp.go postgres:5432 30
- go test -v -cover ./store
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment