Revert "CI: do not test Webkit on Linux"

This reverts commit 4762d2c762.
This commit is contained in:
larabr
2025-07-09 16:00:08 +02:00
parent 448418a6f5
commit d155da23dd
2 changed files with 4 additions and 7 deletions

View File

@@ -106,7 +106,6 @@ jobs:
npx playwright install --with-deps firefox
- name: Install WebKit # caching not possible, external shared libraries required
if: ${{ matrix.runner == 'macos-latest' }} # do not install on ubuntu, since the X25519 WebCrypto implementation has issues
run: npx playwright install --with-deps webkit
- name: Run browser tests