Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Phixsura committed Oct 29, 2023
1 parent 24fd9f4 commit cf3ab7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dubbo-3_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Set up k3d
uses: nolar/setup-k3d-k3s@v1
with:
k3d-args: --no-lb --servers 1 --agents 2 --volume /home/runner/work/dubbo-samples/dubbo-samples:/home/runner/work/dubbo-samples/dubbo-samples@agent[*]
k3d-args: --no-lb --servers 1 --agents 1 --volume /home/runner/work/dubbo-samples/dubbo-samples:/home/runner/work/dubbo-samples/dubbo-samples@agent[0]
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Image import
run: |
Expand Down

0 comments on commit cf3ab7d

Please sign in to comment.