Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit c814e5e

Browse files
committed
fix: release
1 parent c31b347 commit c814e5e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ jobs:
4141
node-version: 20
4242
cache: "npm"
4343
- run: npm ci
44+
- name: Start Xvfb
45+
run: |
46+
Xvfb :99 -screen 0 1024x768x24 &
47+
export DISPLAY=:99
4448
- name: Test
49+
env:
50+
DISPLAY: :99
4551
run: |
4652
sudo apt update && sudo apt install -y libxtst-dev libpng-dev
4753
npm test

0 commit comments

Comments
 (0)