File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 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'
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'
You can’t perform that action at this time.
0 commit comments