Skip to content

Commit 0df1d9b

Browse files
Playwright CI - fix Chrome binary path pattern (chrome-linux64 not chrome-linux)
1 parent 17592f7 commit 0df1d9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/playwright_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
working-directory: ./e2e/testcafe-devextreme
135135
run: |
136136
npx playwright install chromium
137-
CHROME_PATH=$(find ~/.cache/ms-playwright -name "chrome" -type f -path "*/chromium-*/chrome-linux/chrome" 2>/dev/null | head -1)
137+
CHROME_PATH=$(find ~/.cache/ms-playwright -name "chrome" -type f -path "*/chromium-*/chrome-linux*/chrome" 2>/dev/null | head -1)
138138
if [ -n "$CHROME_PATH" ]; then
139139
echo "PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH=$CHROME_PATH" >> $GITHUB_ENV
140140
echo "Using full Chrome binary: $CHROME_PATH"

0 commit comments

Comments
 (0)