Skip to content

Commit 2ef5f1c

Browse files
authored
Update nodejs.yml
1 parent db8ff52 commit 2ef5f1c

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/nodejs.yml

-24
Original file line numberDiff line numberDiff line change
@@ -88,27 +88,3 @@ jobs:
8888
AZURE_TOKEN: ${{ secrets.AZURE_TOKEN }}
8989
run: |
9090
vsce publish -p "$AZURE_TOKEN"
91-
92-
93-
# build-test-macos:
94-
# runs-on: macOS-10.14
95-
96-
# strategy:
97-
# matrix:
98-
# node-version: [12.x]
99-
100-
# steps:
101-
# - uses: actions/checkout@v1
102-
# - name: Use Node.js ${{ matrix.node-version }}
103-
# uses: actions/setup-node@v1
104-
# with:
105-
# node-version: ${{ matrix.node-version }}
106-
# - uses: actions/setup-java@v1
107-
# with:
108-
# java-version: '12.0.2'
109-
# architecture: x64
110-
# - name: Build & test extension
111-
# run: |
112-
# npm ci
113-
# npm run lint
114-
# npm test

0 commit comments

Comments
 (0)