Skip to content

Commit

Permalink
Merge pull request #13721 from webpack/ci/filter-in-azure
Browse files Browse the repository at this point in the history
set CI flag in azure pipelines
  • Loading branch information
sokra committed Jul 5, 2021
2 parents 13389fd + 608c295 commit 9bc47af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
- script: |
set -e
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
export CI=true
node -v
yarn -v
displayName: "Print versions"
Expand Down Expand Up @@ -66,6 +67,7 @@ jobs:
- script: |
set -e
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
export CI=true
node -v
yarn -v
displayName: "Print versions"
Expand Down Expand Up @@ -140,6 +142,7 @@ jobs:
- script: |
yarn cover:integration --ci --maxWorkers=2 --reporters=default --reporters=jest-junit
yarn cover:merge
env: CI=true
displayName: "Run tests with coverage"
- task: PublishTestResults@2
inputs:
Expand Down Expand Up @@ -175,6 +178,7 @@ jobs:
- script: |
set -e
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
export CI=true
node -v
yarn -v
displayName: "Print versions"
Expand Down Expand Up @@ -227,6 +231,7 @@ jobs:
- script: |
set -e
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
export CI=true
node -v
yarn -v
displayName: "Print versions"
Expand Down

0 comments on commit 9bc47af

Please sign in to comment.