Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Phixsura committed Oct 27, 2023
1 parent d98fde5 commit 03aa3c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dubbo-3_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ jobs:
cd test && bash ./build-test-image.sh
- name: Set up k3d
uses: nolar/setup-k3d-k3s@v1
with:
k3d-args: --servers 3 --no-lb
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Image import
run: |
k3d image import library/nacos-mysql:5.7
Expand Down

0 comments on commit 03aa3c6

Please sign in to comment.