Skip to content

Commit 1b551f1

Browse files
committed
Update lint.yml
1 parent 43ed405 commit 1b551f1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/lint.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,14 @@ jobs:
3939
node-version: 20
4040
- run: sudo apt update && sudo apt install -y xvfb libgtk-3-0 libnss3 libxss1 libasound2 libx11-xcb1
4141
name: install virtual display
42-
- run: Xvfb -ac :99 -screen 0 1280x1024x16 & export DISPLAY=:99
42+
env:
43+
DEBIAN_FRONTEND: noninteractive
44+
45+
- run: Xvfb -ac :99 -screen 0 1280x1024x16 &
4346
- run: npm install
4447
- run: npm install
4548
working-directory: ./frontend
4649
- run: npm run test
50+
name: Test VSCode
51+
env:
52+
DISPLAY: ":99"

0 commit comments

Comments
 (0)