From c961db119eb273aca70645f18ff8d5b608e61af3 Mon Sep 17 00:00:00 2001 From: sarthak gupta Date: Tue, 1 Oct 2024 12:00:19 +0530 Subject: [PATCH] chore(github): add artifact-backend integration test --- .github/workflows/helm-integration-test-latest.yml | 2 +- .github/workflows/integration-test-latest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-integration-test-latest.yml b/.github/workflows/helm-integration-test-latest.yml index 2067e5a6..5f09cee3 100644 --- a/.github/workflows/helm-integration-test-latest.yml +++ b/.github/workflows/helm-integration-test-latest.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - component: [mgmt-backend, pipeline-backend, model-backend] + component: [mgmt-backend, pipeline-backend, model-backend, artifact-backend] uses: ./.github/workflows/helm-integration-test-backend.yml with: component: ${{ matrix.component }} diff --git a/.github/workflows/integration-test-latest.yml b/.github/workflows/integration-test-latest.yml index c4c8ce29..6f18ab5e 100644 --- a/.github/workflows/integration-test-latest.yml +++ b/.github/workflows/integration-test-latest.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - component: [mgmt-backend, pipeline-backend, model-backend] + component: [mgmt-backend, pipeline-backend, model-backend, artifact-backend] uses: ./.github/workflows/integration-test-backend.yml with: component: ${{ matrix.component }}