Skip to content

Commit

Permalink
feat: add docker cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
earayu committed Nov 6, 2024
1 parent 4a3ae50 commit 5e59a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wescale_wesql_performance_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- name: Start MySQL Server
run: |
cd ./examples/wesql-server && ./start_mysql_server.sh
docker logs mysql-server
- name: Install MySQL client
run: |
sudo apt-get update && sudo apt-get install -y mysql-client
docker logs mysql-server
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 5e59a50

Please sign in to comment.