Skip to content

Commit 1fad5e6

Browse files
author
Dmitriy
committed
ci(workflows): force Creevey to bind to IPv4 address for Playwright Docker mode
1 parent ffe9494 commit 1fad5e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/creevey-playwright.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
working-directory: ${{ matrix.fixture }}
111111
env:
112112
STORYBOOK_URL: http://localhost:6006
113-
NODE_OPTIONS: --dns-result-order=ipv4first
113+
HOST: 127.0.0.1
114114
run: npm run creevey -- test
115115

116116
# Run Creevey tests (Bun)
@@ -119,6 +119,7 @@ jobs:
119119
working-directory: ${{ matrix.fixture }}
120120
env:
121121
STORYBOOK_URL: http://localhost:6006
122+
HOST: 127.0.0.1
122123
run: bun run creevey test
123124

124125
- name: Upload test results

0 commit comments

Comments
 (0)