From 67dad64b50b39f2787f6db78d95b6625c90caeb1 Mon Sep 17 00:00:00 2001 From: Jitendrakumar Kushavah <78074038+jitendracandela@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:04:45 +0530 Subject: [PATCH] Update pytest and allure cli to latest versions * Updated pytest version to 8.1.1 Signed-off-by: jitendracandela * Modified ALLURE_CLI_VERSION to 2.26.0 Signed-off-by: jitendracandela --------- Signed-off-by: jitendracandela --- .github/workflows/quali.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quali.yml b/.github/workflows/quali.yml index 5678a8161..90ec823f5 100644 --- a/.github/workflows/quali.yml +++ b/.github/workflows/quali.yml @@ -11,7 +11,7 @@ env: # Cloud SDK certs CACERT: ${{ secrets.CACERT }} CAKEY: ${{ secrets.CAKEY }} - ALLURE_CLI_VERSION: 2.14.0 + ALLURE_CLI_VERSION: 2.26.0 on: workflow_dispatch: