Skip to content

Commit

Permalink
fix artifact downloaded path
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Jun 25, 2024
1 parent 1a990de commit ec60f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-oblogproxy-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:

- name: Load Docker image
run: |
docker load -i /tmp/oceanbase-ce.tar
docker load -i /tmp/oblogproxy-ce.tar
docker load -i /tmp/test-oblogproxy-ce_oceanbase-ce/oceanbase-ce.tar
docker load -i /tmp/test-oblogproxy-ce_oblogproxy-ce/oblogproxy-ce.tar
- name: Start oceanbase-ce container
uses: oceanbase/setup-oceanbase-ce@v1
Expand Down

0 comments on commit ec60f98

Please sign in to comment.