From 81de9b5acf7457046810f31139f61b9829631a44 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Wed, 30 Oct 2024 20:35:02 -0300 Subject: [PATCH] fixup! STILL NEED SOME WORK --- infra/azure/templates/group_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/azure/templates/group_tests.yml b/infra/azure/templates/group_tests.yml index da18c2e3fb..78536cbca9 100644 --- a/infra/azure/templates/group_tests.yml +++ b/infra/azure/templates/group_tests.yml @@ -17,7 +17,8 @@ parameters: jobs: -- ${{ each group in split('1,2,3', ',') }}: +# - ${{ each group in split('1,2,3', ',') }}: +- ${{ each group in range(1, 3) }}: - template: run_tests.yml parameters: group_number: ${{ group }}