Skip to content

Commit 76e4ef1

Browse files
committed
test
1 parent e6dbc91 commit 76e4ef1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ jobs:
2222
REDIS_ADDRESS: redis:6379
2323
SQL_USERNAME: root
2424
SQL_PASSWORD: my-secret-pw
25-
SQL_ADDRESS: mysql:3306
25+
SQL_ADDRESS: localhost:3306
2626
SQL_DBNAME: reva
2727
services:
2828
redis:
2929
image: registry.cern.ch/docker.io/webhippie/redis
3030
mysql:
3131
image: mysql:latest
32+
ports:
33+
- 3306/tcp
3234
env:
3335
MYSQL_ROOT_PASSWORD: my-secret-pw
3436
MYSQL_DATABASE: reva

0 commit comments

Comments
 (0)