Skip to content

Commit ea4ec5f

Browse files
committed
try
1 parent 1b315f3 commit ea4ec5f

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
8282
node-version: "24.13.0"
8383
cache: npm
8484

85-
- name: Install dependencies
86-
if: matrix.name != 'Alpine Linux ARM64'
87-
run: npm install
85+
# - name: Install dependencies
86+
# if: matrix.name != 'Alpine Linux ARM64'
87+
# run: npm install
8888

8989
- name: Build and Package (Alpine ARM64)
9090
if: matrix.name == 'Alpine Linux ARM64'
@@ -97,13 +97,9 @@ jobs:
9797
chown $(id -u):$(id -g) *.vsix
9898
"
9999
100-
- name: Test native addon
101-
if: matrix.name != 'Alpine Linux ARM64'
102-
run: npm test
103-
104-
- name: Clean npm cache (avoid ECOMPROMISED)
105-
if: matrix.name != 'Alpine Linux ARM64'
106-
run: npm cache clean --force
100+
# - name: Test native addon
101+
# if: matrix.name != 'Alpine Linux ARM64'
102+
# run: npm test
107103

108104
- name: Package VSIX
109105
if: matrix.name != 'Alpine Linux ARM64'

0 commit comments

Comments
 (0)