Skip to content

Commit 0b36639

Browse files
Dmitriyclaude
andcommitted
fix(ci): remove DOCKER env and local browser install for Playwright workflow
DOCKER=true caused isInsideDocker to be true, making Creevey connect to the container's bridge IP instead of localhost, resulting in ECONNREFUSED. Removing it lets Creevey use Docker mode correctly on bare CI host. Local browser install is unnecessary since Creevey manages its own Docker container. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent eb7fedb commit 0b36639

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/creevey-playwright.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,6 @@ jobs:
7272
working-directory: ${{ matrix.fixture }}
7373
run: bun install
7474

75-
# Install Playwright browsers (Node)
76-
- name: Install Playwright browsers (Node)
77-
if: matrix.runtime == 'node'
78-
working-directory: ${{ matrix.fixture }}
79-
run: npx playwright install chromium
80-
81-
# Install Playwright browsers (Bun)
82-
- name: Install Playwright browsers (Bun)
83-
if: matrix.runtime == 'bun'
84-
working-directory: ${{ matrix.fixture }}
85-
run: bunx playwright install chromium
86-
8775
# Build Storybook (Node)
8876
- name: Build Storybook (Node)
8977
if: matrix.runtime == 'node'
@@ -118,7 +106,6 @@ jobs:
118106
working-directory: ${{ matrix.fixture }}
119107
env:
120108
STORYBOOK_URL: http://localhost:6006
121-
DOCKER: "true"
122109
run: npm run creevey -- test
123110

124111
# Run Creevey tests (Bun)
@@ -127,7 +114,6 @@ jobs:
127114
working-directory: ${{ matrix.fixture }}
128115
env:
129116
STORYBOOK_URL: http://localhost:6006
130-
DOCKER: "true"
131117
run: bun run creevey test
132118

133119
- name: Upload test results

0 commit comments

Comments
 (0)