From 08425bebe3ce15403376b5f067527e3476d1ee0b Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 6 Aug 2020 11:05:44 +0200 Subject: [PATCH] Add ordering example --- examples/ordering.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 examples/ordering.yaml diff --git a/examples/ordering.yaml b/examples/ordering.yaml new file mode 100644 index 00000000..02919ed8 --- /dev/null +++ b/examples/ordering.yaml @@ -0,0 +1,18 @@ +# Tests are always executed in alphabetical order + +tests: + 001 - test: + command: exit 0 + exit-code: 0 + + 002 - test: + command: exit 0 + exit-code: 0 + + 003 - test: + command: exit 0 + exit-code: 0 + + 004 - test: + command: exit 0 + exit-code: 0 \ No newline at end of file