From c462db2dbd5589e63c358ba0a1f960ab8475018b Mon Sep 17 00:00:00 2001 From: Swetha Swaminathan Date: Wed, 4 Dec 2024 21:49:33 +0530 Subject: [PATCH] getting integ to run --- .github/workflows/integration_test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 453eeeb7..0ec1ec9f 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -56,7 +56,9 @@ jobs: allure-report: name: (beta) Publish Allure report needs: - - integration-tests + - integration-test + - openstack-interface-tests-private-endpoint + - openstack-integration-tests-private-endpoint runs-on: ubuntu-latest timeout-minutes: 5 if: always() && !cancelled()