Skip to content

Commit 818a73e

Browse files
committed
Add virtual display
1 parent a7f0772 commit 818a73e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- uses: actions/setup-node@v4
3838
with:
3939
node-version: 20
40+
- run: apt update && apt install -y xvfb libgtk-3-0 libnss3 libxss1 libasound2 libx11-xcb1
41+
name: install virtual display
42+
- run: Xvfb -ac :99 -screen 0 1280x1024x16 & export DISPLAY=:99
4043
- run: npm install
4144
- run: npm install
4245
working-directory: ./frontend

0 commit comments

Comments
 (0)