We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f0772 commit 818a73eCopy full SHA for 818a73e
.github/workflows/lint.yml
@@ -37,6 +37,9 @@ jobs:
37
- uses: actions/setup-node@v4
38
with:
39
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
43
- run: npm install
44
45
working-directory: ./frontend
0 commit comments