We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e6493 commit abd3e18Copy full SHA for abd3e18
.github/workflows/node.js.yml
@@ -35,27 +35,4 @@ jobs:
35
- name: Install dependencies
36
run: npm ci
37
- 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
+ run: npm test
0 commit comments