mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-13 20:05:14 +00:00
Revert "CI: do not test Webkit on Linux"
This reverts commit 4762d2c762.
This commit is contained in:
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user