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 }}