Skip to content

Commit 1437f94

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
fix(ci): run tests with a $DISPLAY for the release build
Signed-off-by: Akos Kitta <[email protected]>
1 parent 9485d22 commit 1437f94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: yarn
3131
- name: Test
32-
run: yarn test
32+
run: xvfb-run yarn test-all
3333
- name: Package
3434
run: yarn package
3535

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "vscode-arduino-tools",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "Arduino Tools extension for VS Code",
66
"license": "Apache-2.0",
77
"author": "Arduino SA",

0 commit comments

Comments
 (0)