Skip to content

Commit

Permalink
test warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreYang committed Mar 11, 2020
1 parent 6bc8b23 commit 1b65733
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure-pipelines/templates/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ parameters:

steps:
- ${{ if eq(parameters.test, 'true') }}:
- script: ddev test --cov --junit ${{ parameters.check }}
- script: |
echo '##[warning]Test warning'
ddev test --cov --junit ${{ parameters.check }}
displayName: 'Run Unit/Integration tests'
env:
CODECOV_TOKEN: $(CODECOV_TOKEN)
Expand Down

0 comments on commit 1b65733

Please sign in to comment.