From e89e34a84feaa5da0ee84879f7883af5a64d8ef2 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Sun, 8 Nov 2020 22:08:50 +0100 Subject: [PATCH] auto test fix --- auto.test.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/auto.test.yml b/auto.test.yml index fdd6f7d..775d244 100644 --- a/auto.test.yml +++ b/auto.test.yml @@ -1,3 +1,6 @@ -sut: - build: . - command: test +versions: "3" + +services: + sut: + build: . + command: test