Skip to content

Commit 663e895

Browse files
committed
Removed yarn test from windows
1 parent 075aae9 commit 663e895

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ jobs:
6262
6363
- name: Test for npm
6464
run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} npm --version
65-
66-
#- name: Test for yarn
67-
# run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} yarn --version
6865

6966
build-windows-2022:
7067
name: build-windows-2022
@@ -113,7 +110,4 @@ jobs:
113110
}
114111
115112
- name: Test for npm
116-
run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} npm --version
117-
118-
#- name: Test for yarn
119-
# run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} yarn --version
113+
run: docker run --rm node:${{ matrix.version }}-${{ matrix.variant }} npm --version

0 commit comments

Comments
 (0)