Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
K0IN committed Jul 26, 2024
1 parent 43ed405 commit 1b551f1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,14 @@ jobs:
node-version: 20
- run: sudo apt update && sudo apt install -y xvfb libgtk-3-0 libnss3 libxss1 libasound2 libx11-xcb1
name: install virtual display
- run: Xvfb -ac :99 -screen 0 1280x1024x16 & export DISPLAY=:99
env:
DEBIAN_FRONTEND: noninteractive

- run: Xvfb -ac :99 -screen 0 1280x1024x16 &
- run: npm install
- run: npm install
working-directory: ./frontend
- run: npm run test
name: Test VSCode
env:
DISPLAY: ":99"

0 comments on commit 1b551f1

Please sign in to comment.