Revert attempt to build on windows
This commit is contained in:
parent
068bfbc97e
commit
43cb580cb2
1 changed files with 0 additions and 24 deletions
24
.github/workflows/nodejs.yml
vendored
24
.github/workflows/nodejs.yml
vendored
|
|
@ -22,28 +22,4 @@ jobs:
|
|||
npm test
|
||||
env:
|
||||
CI: true
|
||||
|
||||
build-windows:
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
|
||||
steps:
|
||||
- name: Restore from cache and run vcpkg
|
||||
uses: lukka/run-vcpkg@v3
|
||||
with:
|
||||
setupOnly: true
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: npm install, build, and test
|
||||
run: |
|
||||
npm ci
|
||||
npm run build --if-present
|
||||
npm test
|
||||
env:
|
||||
CI: true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue