Skip to content

Commit 2699727

Browse files
committed
Add ordering example
1 parent a553dbe commit 2699727

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

examples/ordering.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Tests are always executed in alphabetical order
2+
3+
tests:
4+
001 - test:
5+
command: exit 0
6+
exit-code: 0
7+
8+
002 - test:
9+
command: exit 0
10+
exit-code: 0
11+
12+
003 - test:
13+
command: exit 0
14+
exit-code: 0
15+
16+
004 - test:
17+
command: exit 0
18+
exit-code: 0

0 commit comments

Comments
 (0)