Skip to content

Commit

Permalink
wip workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Feb 17, 2023
1 parent 6172dc2 commit 1238e3b
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: |
yarn browser test
xvfb-run -a yarn browser test
- name: Test (electron)
if: matrix.tests != 'skip' && runner.os == 'Linux'
Expand Down

0 comments on commit 1238e3b

Please sign in to comment.