Skip to content

Commit

Permalink
ci(test): fix integration-test-release can not fetch git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Mar 13, 2024
1 parent 07fb405 commit 6bba30a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ jobs:
uses: actions/checkout@v3
with:
repository: instill-ai/instill-core
fetch-depth: 5 # fetch the commit with tag
fetch-tags: true

- name: Load .env file
uses: cardinalby/export-env-action@v2
Expand Down Expand Up @@ -210,6 +212,8 @@ jobs:
uses: actions/checkout@v3
with:
repository: instill-ai/instill-core
fetch-depth: 5 # fetch the commit with tag
fetch-tags: true

- name: Load .env file
uses: cardinalby/export-env-action@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration-test-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:
uses: actions/checkout@v3
with:
repository: instill-ai/instill-core
fetch-depth: 5 # fetch the commit with tag
fetch-tags: true

- name: Load .env file
uses: cardinalby/export-env-action@v2
Expand Down

0 comments on commit 6bba30a

Please sign in to comment.