File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 4545 parameters :
4646 version : 0.19.3
4747 - template : steps/grammar-bundle/-create.yml
48+ - template : steps/grammar-bundle/-test.yml
Original file line number Diff line number Diff line change 4343 version : 0.19.3
4444 - template : steps/grammar-bundle/-create.yml
4545 - template : steps/grammar-bundle/-save.yml
46+ - template : steps/grammar-bundle/-test.yml
4647
4748- job : Publish
4849 dependsOn : Build
Original file line number Diff line number Diff line change 1+ steps :
2+ - powershell : |
3+ cask install
4+ .\script\test.ps1
5+ displayName : Run tests (Windows)
6+ condition : and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
7+
8+ - bash : |
9+ set -e
10+ cask install
11+ script/test
12+ displayName : Run tests
13+ condition : and(succeeded(), ne(variables['Agent.OS'], 'Windows_NT'))
You can’t perform that action at this time.
0 commit comments