1
- commit 94f6b0dfaf5d5871d56d27a2bda0205a61f1e261
2
- Author: Koen De Vleeschauwer <kdv@kdvelectronics.eu>
3
- Date: Fri Jun 30 19:31:14 2023 +0200
4
-
5
- arm64
6
-
7
1
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
8
- index 28e07c6..28549c2 100644
2
+ index 1c830648..ab6ac95a 100644
9
3
--- a/.github/workflows/build.yml
10
4
+++ b/.github/workflows/build.yml
11
- @@ -39 ,17 +39 ,18 @@ jobs:
5
+ @@ -67 ,17 +67 ,18 @@ jobs:
12
6
strategy:
13
7
matrix:
14
8
config:
@@ -38,15 +32,15 @@ index 28e07c6..28549c2 100644
38
32
runs-on: ${{ matrix.config.os }}
39
33
timeout-minutes: 90
40
34
41
- @@ -64 ,6 +65 ,7 @@ jobs:
42
- registry-url : 'https://registry.npmjs.org '
35
+ @@ -93 ,6 +94 ,7 @@ jobs:
36
+ cache : 'yarn '
43
37
44
38
- name: Install Python 3.x
45
39
+ if: matrix.config.os != 'self-hosted'
46
40
uses: actions/setup-python@v4
47
41
with:
48
42
python-version: '3.x'
49
- @@ -128 ,6 +130 ,10 @@ jobs:
43
+ @@ -166 ,6 +168 ,10 @@ jobs:
50
44
name: Linux_X86-64_zip
51
45
- path: '*Linux_64bit.AppImage'
52
46
name: Linux_X86-64_app_image
@@ -58,7 +52,7 @@ index 28e07c6..28549c2 100644
58
52
name: macOS_dmg
59
53
- path: '*macOS_64bit.zip'
60
54
diff --git a/arduino-ide-extension/src/test/node/boards-service-impl.slow-test.ts b/arduino-ide-extension/src/test/node/boards-service-impl.slow-test.ts
61
- index de243d2..557de7b 100644
55
+ index fbd5aeb4..a3b865bb 100644
62
56
--- a/arduino-ide-extension/src/test/node/boards-service-impl.slow-test.ts
63
57
+++ b/arduino-ide-extension/src/test/node/boards-service-impl.slow-test.ts
64
58
@@ -20,6 +20,7 @@ describe('boards-service-impl', () => {
@@ -69,11 +63,11 @@ index de243d2..557de7b 100644
69
63
const result = await boardService.search({});
70
64
expect(result).is.not.empty;
71
65
});
72
- diff --git a/arduino-ide-extension/src/test/node/test-bindings.ts b/arduino-ide-extension/src/test/node/test-bindings.ts
73
- index 30d8513..c83ef9a 100644
74
- --- a/arduino-ide-extension/src/test/node/test-bindings.ts
75
- +++ b/arduino-ide-extension/src/test/node/test-bindings.ts
76
- @@ -409 ,7 +409 ,7 @@ export async function startDaemon(
66
+ diff --git a/arduino-ide-extension/src/test/node/node- test-bindings.ts b/arduino-ide-extension/src/test/node/node- test-bindings.ts
67
+ index 2b4c651f..c61b00f5 100644
68
+ --- a/arduino-ide-extension/src/test/node/node- test-bindings.ts
69
+ +++ b/arduino-ide-extension/src/test/node/node- test-bindings.ts
70
+ @@ -318 ,7 +318 ,7 @@ export async function startDaemon(
77
71
configService.onStart();
78
72
daemon.onStart();
79
73
await Promise.all([
0 commit comments