Skip to content

Commit

Permalink
github(integration-test): add artifact-backend integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-instill committed Oct 1, 2024
1 parent 2190e66 commit 48570f2
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 48570f2

Please sign in to comment.