chore: remove azure pipelines (using GH actions) (#2711)
This commit is contained in:
parent
5dc7ee2a9c
commit
d64994f1a7
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [8.x, 10.x, 12.x]
|
node-version: [8.x, 10.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
jobs:
|
|
||||||
- job: ci
|
|
||||||
pool:
|
|
||||||
vmImage: 'Ubuntu-16.04'
|
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
node_8_x:
|
|
||||||
node_version: 8.x
|
|
||||||
node_10_x:
|
|
||||||
node_version: 10.x
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- task: NodeTool@0
|
|
||||||
inputs:
|
|
||||||
versionSpec: $(node_version)
|
|
||||||
|
|
||||||
- script: |
|
|
||||||
apt-get update && apt-get install -y libgconf-2-4
|
|
||||||
node --version
|
|
||||||
npm --version
|
|
||||||
yarn --version
|
|
||||||
yarn
|
|
||||||
yarn bootstrap
|
|
||||||
yarn test:all:ci
|
|
||||||
env:
|
|
||||||
CYPRESS_RECORD_KEY: $(cypressRecordKey)
|
|
Loading…
x
Reference in New Issue
Block a user