We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17592f7 commit 0df1d9bCopy full SHA for 0df1d9b
1 file changed
.github/workflows/playwright_tests.yml
@@ -134,7 +134,7 @@ jobs:
134
working-directory: ./e2e/testcafe-devextreme
135
run: |
136
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)
+ CHROME_PATH=$(find ~/.cache/ms-playwright -name "chrome" -type f -path "*/chromium-*/chrome-linux*/chrome" 2>/dev/null | head -1)
138
if [ -n "$CHROME_PATH" ]; then
139
echo "PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH=$CHROME_PATH" >> $GITHUB_ENV
140
echo "Using full Chrome binary: $CHROME_PATH"
0 commit comments