Skip to content

Commit

Permalink
CI: check steps generator openucx#28
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Maslennikov committed Jun 2, 2020
1 parent 1a6bd0f commit fe08897
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildlib/io-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ jobs:
test_name: ${{ tn }}
maxParallel: 1

condition: passed()

displayName: Test
steps:
- checkout: none

- bash: exit 0
displayName: "$(tn): start server"
displayName: "${{ tn }}: start server"

- bash: exit 1
displayName: "$(tn): start client"
Expand Down

0 comments on commit fe08897

Please sign in to comment.