Should be webkit

pull/1186/head
Lim Chee Aun 2025-06-06 12:25:15 +08:00
rodzic bcc6c828b8
commit d8319464b9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium --only-shell
run: npx playwright install --with-deps webkit --only-shell
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v4