Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yaminijha1 committed Jan 10, 2024
1 parent 78e6493 commit abd3e18
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,4 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test8
# version: build{build}

# platform:
# - x64

# os: Visual Studio 2015

# cache:
# - node_modules -> appveyor.yml

# install:
# - ps: Install-Product node LTS $env:platform
# - node --version
# - npm --version
# - python --version
# - npm ci

# build: off

# test_script:
# - npm run test8
# - npm run test-e2e

run: npm test

0 comments on commit abd3e18

Please sign in to comment.