Skip to content

Commit 4c45262

Browse files
committed
Updated yml
1 parent cc03960 commit 4c45262

File tree

1 file changed

+1
-38
lines changed

1 file changed

+1
-38
lines changed

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

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -123,41 +123,4 @@ jobs:
123123
env:
124124
POSTGRES_PASSWORD: postgres
125125
BROWSERS: 'Firefox'
126-
127-
test-webkit:
128-
name: Test Data Connect on Webkit if Changed
129-
runs-on: macos-latest
130-
services:
131-
postgres:
132-
image: postgres
133-
env:
134-
POSTGRES_PASSWORD: postgres
135-
options: >-
136-
--health-cmd pg_isready
137-
--health-interval 10s
138-
--health-timeout 5s
139-
--health-retries 5
140-
ports:
141-
# Maps tcp port 5432 on service container to the host
142-
- 5432:5432
143-
steps:
144-
- name: Checkout Repo
145-
uses: actions/checkout@v4
146-
with:
147-
fetch-depth: 0
148-
- name: Set up Node (20)
149-
uses: actions/setup-node@v3
150-
with:
151-
node-version: 22.10.0
152-
- name: Test setup and yarn install
153-
run: |
154-
cp config/ci.config.json config/project.json
155-
yarn
156-
npx playwright install webkit
157-
- name: build
158-
run: yarn build:changed data-connect
159-
- name: Run tests on changed packages
160-
run: yarn test:changed data-connect
161-
env:
162-
POSTGRES_PASSWORD: postgres
163-
BROWSERS: 'WebkitHeadless'
126+
# Note: webkit tests were removed due to docker not being available on macos

0 commit comments

Comments
 (0)