Skip to content

Commit abd3e18

Browse files
committed
Remove comments
1 parent 78e6493 commit abd3e18

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

.github/workflows/node.js.yml

+1-24
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,4 @@ jobs:
3535
- name: Install dependencies
3636
run: npm ci
3737
- name: Run tests
38-
run: npm test8
39-
# version: build{build}
40-
41-
# platform:
42-
# - x64
43-
44-
# os: Visual Studio 2015
45-
46-
# cache:
47-
# - node_modules -> appveyor.yml
48-
49-
# install:
50-
# - ps: Install-Product node LTS $env:platform
51-
# - node --version
52-
# - npm --version
53-
# - python --version
54-
# - npm ci
55-
56-
# build: off
57-
58-
# test_script:
59-
# - npm run test8
60-
# - npm run test-e2e
61-
38+
run: npm test

0 commit comments

Comments
 (0)