Skip to content

Commit

Permalink
[CI] [workflow] run browser tests directly, without using a virtual x…
Browse files Browse the repository at this point in the history
… server environment

The browser tests, by default, do not require a graphical environment to run. Using one
might introduce problems.

Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Feb 2, 2023
1 parent 4913cf5 commit 34ab392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Test (browser)
if: matrix.tests != 'skip' && runner.os == 'Linux'
run: |
xvfb-run -a yarn browser test
yarn browser test
- name: Test (electron)
if: matrix.tests != 'skip' && runner.os == 'Linux'
Expand Down

0 comments on commit 34ab392

Please sign in to comment.