Skip to content

Commit

Permalink
Updated ports
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Jan 13, 2025
1 parent 1391cc8 commit b224296
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-changed-data-connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
# Maps tcp port 5432 on service container to the host
- 5432:5432
runs-on: ubuntu-latest
steps:
# install Chrome first, so the correct version of webdriver can be installed by chromedriver
Expand Down Expand Up @@ -115,6 +118,7 @@ jobs:
- name: Run tests on data-connect changed packages
run: xvfb-run yarn test:changed data-connect
env:
POSTGRES_PASSWORD: postgres
BROWSERS: 'Firefox'

test-webkit:
Expand Down Expand Up @@ -149,4 +153,5 @@ jobs:
- name: Run tests on changed packages
run: yarn test:changed data-connect
env:
POSTGRES_PASSWORD: postgres
BROWSERS: 'WebkitHeadless'

0 comments on commit b224296

Please sign in to comment.