We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$DISPLAY
1 parent 9485d22 commit 1437f94Copy full SHA for 1437f94
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: yarn
31
- name: Test
32
- run: yarn test
+ run: xvfb-run yarn test-all
33
- name: Package
34
run: yarn package
35
package.json
@@ -1,7 +1,7 @@
1
{
2
"private": true,
3
"name": "vscode-arduino-tools",
4
- "version": "0.1.0",
+ "version": "0.1.1",
5
"description": "Arduino Tools extension for VS Code",
6
"license": "Apache-2.0",
7
"author": "Arduino SA",
0 commit comments