Skip to content

Commit

Permalink
ci: fix wrong path in integration-test
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Mar 22, 2024
1 parent 0aed470 commit e76c624
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
fail-fast: false
matrix:
component: [mgmt-backend]
uses: instill-ai/core/.github/workflows/integration-test-backend.yml@main
uses: instill-ai/instill-core/.github/workflows/integration-test-backend.yml@main
with:
component: ${{ matrix.component }}
target: latest
console:
needs: build-push-image
if: github.ref == 'refs/heads/main'
name: Console
uses: instill-ai/core/.github/workflows/integration-test-console.yml@main
uses: instill-ai/instill-core/.github/workflows/integration-test-console.yml@main
with:
target: latest

Expand Down Expand Up @@ -90,10 +90,10 @@ jobs:
GOLANG_VERSION=${{ env.GOLANG_VERSION }}
tags: instill/mgmt-backend:latest

- name: Checkout (core)
- name: Checkout (instill-core)
uses: actions/checkout@v3
with:
repository: instill-ai/core
repository: instill-ai/instill-core

- name: Launch Instill Core
run: |
Expand Down

0 comments on commit e76c624

Please sign in to comment.