Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <[email protected]>
  • Loading branch information
xhebox committed Aug 13, 2024
1 parent 1decd01 commit 1192c69
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integrate-cluster-cmd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
export PATH=$PATH:$GOPATH/bin
make build_integration_test
- uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: '2.14.2'
- name: Build the docker-compose stack
working-directory: ${{ env.working-directory }}
# with --dev the first run will fail for unknow reason, just retry it and will success now..
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integrate-cluster-scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
export PATH=$PATH:$GOPATH/bin
make build_integration_test
- uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: '2.14.2'
- name: Build the docker-compose stack
working-directory: ${{ env.working-directory }}
# with --dev the first run will fail for unknow reason, just retry it and will success now..
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integrate-dm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
make build_integration_test
make tiup
- uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: '2.14.2'
- name: Build the docker-compose stack
working-directory: ${{ env.working-directory }}
# with --dev the first run will fail for unknow reason, just retry it and will success now..
Expand Down

0 comments on commit 1192c69

Please sign in to comment.