Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and dhritzkiv committed Oct 6, 2024
1 parent de47fd7 commit b877a29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
run: sudo apt-get install -y build-essential libgl1-mesa-dri libglapi-mesa
libglew-dev libglu1-mesa-dev libosmesa6
libxi-dev mesa-utils pkg-config
- run: npm ci
- run: rm package-lock.json
- run: npm install
- run: npm run build --if-present
- if: runner.os == 'Linux'
run: xvfb-run npm test
Expand Down

0 comments on commit b877a29

Please sign in to comment.