We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1391cc8 commit b224296Copy full SHA for b224296
.github/workflows/test-changed-data-connect.yml
@@ -40,6 +40,9 @@ jobs:
40
--health-interval 10s
41
--health-timeout 5s
42
--health-retries 5
43
+ ports:
44
+ # Maps tcp port 5432 on service container to the host
45
+ - 5432:5432
46
runs-on: ubuntu-latest
47
steps:
48
# install Chrome first, so the correct version of webdriver can be installed by chromedriver
@@ -115,6 +118,7 @@ jobs:
115
118
- name: Run tests on data-connect changed packages
116
119
run: xvfb-run yarn test:changed data-connect
117
120
env:
121
+ POSTGRES_PASSWORD: postgres
122
BROWSERS: 'Firefox'
123
124
test-webkit:
@@ -149,4 +153,5 @@ jobs:
149
153
- name: Run tests on changed packages
150
154
run: yarn test:changed data-connect
151
155
156
152
157
BROWSERS: 'WebkitHeadless'
0 commit comments