Run tests on windows, disable proxy test on ubuntu CI runner (#125)
This commit is contained in:
parent
8845621e41
commit
37244db6dc
3 changed files with 27 additions and 15 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
|
@ -5,15 +5,20 @@ on:
|
|||
branches: [ '*', '!gh-pages' ]
|
||||
pull_request:
|
||||
branches: [ '*', '!gh-pages' ]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
via:
|
||||
description: 'trigger origin'
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x]
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
node-version: [16.x]
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue