diff options
| author | Hank <hank@mullvad.net> | 2022-11-07 10:59:04 +0100 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-11-07 13:44:20 +0100 |
| commit | b6a293cda1d363ee86ad8f72df6b6d3e2a72680c (patch) | |
| tree | 3a8d42f930430f23b0941b99aa62cb8ed4398af7 | |
| parent | d27642509c3d164406894d4df486605ceddb4e0c (diff) | |
| download | mullvadvpn-b6a293cda1d363ee86ad8f72df6b6d3e2a72680c.tar.xz mullvadvpn-b6a293cda1d363ee86ad8f72df6b6d3e2a72680c.zip | |
Try separate linux setup
| -rw-r--r-- | .github/workflows/frontend.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 248884b45c..5882f5c857 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -48,6 +48,12 @@ jobs: run: npm run build - name: Run headless test + if: runner.os == 'Linux' + working-directory: gui + run: xvfb-run -a npm test + + - name: Run headless test + if: runner.os != 'Linux' working-directory: gui run: npm test |
