Quellcode durchsuchen

Merge pull request #39006 from crosbymichael/ci

Move docker-py tests to the end
Tibor Vass vor 6 Jahren
Ursprung
Commit
03b4c5db00
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      hack/ci/janky

+ 2 - 2
hack/ci/janky

@@ -12,7 +12,7 @@ bash <(curl -s https://codecov.io/bash) \
 hack/make.sh \
 	binary-daemon \
 	dynbinary \
-	test-docker-py \
 	test-integration-flaky \
 	test-integration \
-	cross
+	cross \
+	test-docker-py