Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1437f94

Browse filesBrowse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
fix(ci): run tests with a $DISPLAY for the release build
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 9485d22 commit 1437f94
Copy full SHA for 1437f94

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎.github/workflows/deploy.yml

Copy file name to clipboardExpand all lines: .github/workflows/deploy.yml
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.