diff options
| author | Hank <hank@mullvad.net> | 2022-11-07 10:46:03 +0100 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-11-07 13:44:20 +0100 |
| commit | d27642509c3d164406894d4df486605ceddb4e0c (patch) | |
| tree | 1f72eaa609c07ff58d2553465d3d5e1ed978eea2 /.github | |
| parent | 192860b68776bd38e9fec5a03e17eceeeb5a41c5 (diff) | |
| download | mullvadvpn-d27642509c3d164406894d4df486605ceddb4e0c.tar.xz mullvadvpn-d27642509c3d164406894d4df486605ceddb4e0c.zip | |
Try without xvfb-action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/frontend.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index b24cc942db..248884b45c 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -48,10 +48,8 @@ jobs: run: npm run build - name: Run headless test - uses: GabrielBB/xvfb-action@v1.6 - with: - working-directory: gui - run: npm test + working-directory: gui + run: npm test - name: Run Playwright tests working-directory: gui |
