We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ed405 commit 1b551f1Copy full SHA for 1b551f1
.github/workflows/lint.yml
@@ -39,8 +39,14 @@ jobs:
39
node-version: 20
40
- run: sudo apt update && sudo 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
+ env:
43
+ DEBIAN_FRONTEND: noninteractive
44
+
45
+ - run: Xvfb -ac :99 -screen 0 1280x1024x16 &
46
- run: npm install
47
48
working-directory: ./frontend
49
- run: npm run test
50
+ name: Test VSCode
51
52
+ DISPLAY: ":99"
0 commit comments