Skip to content

Commit b224296

Browse files
committed
Updated ports
1 parent 1391cc8 commit b224296

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-changed-data-connect.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
--health-interval 10s
4141
--health-timeout 5s
4242
--health-retries 5
43+
ports:
44+
# Maps tcp port 5432 on service container to the host
45+
- 5432:5432
4346
runs-on: ubuntu-latest
4447
steps:
4548
# install Chrome first, so the correct version of webdriver can be installed by chromedriver
@@ -115,6 +118,7 @@ jobs:
115118
- name: Run tests on data-connect changed packages
116119
run: xvfb-run yarn test:changed data-connect
117120
env:
121+
POSTGRES_PASSWORD: postgres
118122
BROWSERS: 'Firefox'
119123

120124
test-webkit:
@@ -149,4 +153,5 @@ jobs:
149153
- name: Run tests on changed packages
150154
run: yarn test:changed data-connect
151155
env:
156+
POSTGRES_PASSWORD: postgres
152157
BROWSERS: 'WebkitHeadless'

0 commit comments

Comments
 (0)