Skip to content

Commit

Permalink
fix(ci): run tests with a $DISPLAY for the release build
Browse files Browse the repository at this point in the history
Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
Akos Kitta authored and kittaakos committed Dec 13, 2023
1 parent 9485d22 commit 1437f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: yarn
- name: Test
run: yarn test
run: xvfb-run yarn test-all
- name: Package
run: yarn package

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "vscode-arduino-tools",
"version": "0.1.0",
"version": "0.1.1",
"description": "Arduino Tools extension for VS Code",
"license": "Apache-2.0",
"author": "Arduino SA",
Expand Down

0 comments on commit 1437f94

Please sign in to comment.