Update e2e-tests-browser-extension.yml

This commit is contained in:
Leendert de Borst
2026-02-11 21:37:35 +01:00
parent 767361334a
commit e8e35aecdd

View File

@@ -75,7 +75,7 @@ jobs:
- name: Ensure browsers are installed
working-directory: apps/server
run: pwsh Tests/AliasVault.E2ETests/bin/Debug/net9.0/playwright.ps1 install --with-deps
run: pwsh Tests/AliasVault.E2ETests/bin/Debug/net10.0/playwright.ps1 install --with-deps
- name: Run ExtensionTests with retry
uses: nick-fields/retry@v3