Skip to content

Commit 83522bd

Browse files
committed
changes
1 parent 06a7bc7 commit 83522bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
POSTGRES_DB: postgres
1515
POSTGRES_PASSWORD: postgres
1616
ports:
17-
- 54332:5432
17+
- 5432:5432
1818

1919
mysql:
2020
image: mysql:8
@@ -68,4 +68,3 @@ jobs:
6868
DB_HOST: 127.0.0.1
6969
DB_PORT: ${{ job.services.mysql.ports[3306] }}
7070
DB_DATABASE: platform
71-
INDEXER_DB_PORT: ${{ job.services.pgsql.ports[54332] }}

0 commit comments

Comments
 (0)