Skip to content

Commit

Permalink
Update branch name in Azure CI pipeline configuration (#1172)
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Klenik <a.klenik@gmail.com>
  • Loading branch information
aklenik committed Nov 10, 2021
1 parent 4bd51cf commit 6d5f071
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
@@ -1,12 +1,12 @@
trigger:
branches:
include:
- master
- main

pr:
branches:
include:
- master
- main

pool:
vmImage: "ubuntu-latest"
Expand All @@ -27,17 +27,17 @@ stages:
displayName: "Install Node.js"
- script: |
./scripts/check-package-names.sh
displayName: "check package names"
displayName: "Check correct usage of Caliper package names"
- script: |
npm install
npm run bootstrap
displayName: "npm install, bootstrap"
displayName: "Install project dependencies"
- script: |
./packages/caliper-publish/publish.js version check
displayName: "version check"
displayName: "Check the version consistency of subpackages"
- script: |
npm test
displayName: "unit test"
displayName: "Run unit tests"
- stage: IntegrationTests
displayName: Run integration tests
Expand Down

0 comments on commit 6d5f071

Please sign in to comment.