Skip to content

Commit

Permalink
ci: more attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Dec 5, 2024
1 parent 5224a22 commit 3e41577
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
env:
DISPLAY: ':99.0'
steps:
- run: sudo apt-get install xvfb
- name: Setup for Headless Testing
run: sh -e /etc/init.d/xvfb start
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Node.js
Expand All @@ -61,7 +58,7 @@ jobs:
run: yarn tsc
- name: Test (Electron 12)
if : ${{ matrix.electron-version == 12 }}
run: yarn test:ci --in-process-gpu
run: xvfb-run yarn test:ci --in-process-gpu
- name: Test (Electron 13+)
if : ${{ matrix.electron-version != 12 }}
run: yarn test:ci
run: xvfb-run yarn test:ci

0 comments on commit 3e41577

Please sign in to comment.