Skip to content

Commit

Permalink
remove xvfb-run on mac tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejMDDV committed Dec 20, 2024
1 parent f346fd6 commit cb44277
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/e2e-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,14 @@ jobs:
$env:NODE_OPTIONS="--max-old-space-size=4096"
$env:LOCALAPPDATA=""
npm run app:dist
- name: Run E2E tests headless with Xvfb on Linux/Mac
if: matrix.os != 'Windows'
- name: Run E2E tests headless with Xvfb on Linux
if: matrix.os == 'Linux'
run: |
npm run e2e:test:cicd:standalone
- name: Run E2E tests headless on Mac
if: matrix.os == 'macOS'
run: |
npm run e2e:test:standalone
- name: Run E2E tests headless on Windows
env:
TEST_BINARY_PATH: '..\mudita-center\release\win-unpacked\Mudita Center.exe'
Expand Down

0 comments on commit cb44277

Please sign in to comment.