Skip to content

Commit fc9a95d

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 0c0c92e commit fc9a95d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trigger:
77
- master
88

99
jobs:
10-
- job: TestAndCoverage
10+
- job: Test_Coverage
1111
pool:
1212
vmImage: 'macOS-latest'
1313

@@ -21,7 +21,7 @@ jobs:
2121
npx codecov
2222
displayName: 'npm install and build'
2323
24-
- job: CircleCI
24+
- job: Build_and_Deploy
2525
pool:
2626
container:
2727
image: circleci/node:14.15.4

0 commit comments

Comments
 (0)