Skip to content

Commit

Permalink
chore(github): add artifact-backend integration test (#1123)
Browse files Browse the repository at this point in the history
Because

- We have to add artifact-backend for the integration test

This commit

- add artifact-backend integration test
  • Loading branch information
Sarthak-instill authored Oct 1, 2024
1 parent 49711a3 commit fb13661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-integration-test-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fb13661

Please sign in to comment.