diff options
| author | Oskar <oskar@mullvad.net> | 2025-09-05 11:47:10 +0200 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2025-09-05 11:47:10 +0200 |
| commit | 5fa06507df5386a970a44ed14f71e7a289657b99 (patch) | |
| tree | 5bcffd2a07f6d3fac68ec05ad5d08dbbbf45b81d /.github | |
| parent | 22eb93188789974397554453b52a2f265989535d (diff) | |
| parent | 6ba919b6d0f594998259180489e30f79513420ef (diff) | |
| download | mullvadvpn-5fa06507df5386a970a44ed14f71e7a289657b99.tar.xz mullvadvpn-5fa06507df5386a970a44ed14f71e7a289657b99.zip | |
Merge branch 'improve-mocked-tests'
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/frontend.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index b410fa6620..25fb01f3dd 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -68,10 +68,10 @@ jobs: working-directory: desktop # The sandbox is disabled as a workaround for lacking userns permisisons which is required # since Ubuntu 24.04. - run: NO_SANDBOX=1 npm run e2e:no-build -w mullvad-vpn + run: NO_SANDBOX=1 npm run e2e:no-build -w mullvad-vpn -- --reporter=line - name: Run Playwright tests on Windows/macOS if: runner.os != 'Linux' working-directory: desktop shell: bash - run: npm run e2e:no-build --w mullvad-vpn + run: npm run e2e:no-build --w mullvad-vpn -- --reporter=line |
