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 fffba94 commit d7bd691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wescale_wesql_performance_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
cd ./examples/wesql-server && ./start_mysql_server.sh
- name: Set up Go
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-go@v3
with:
go-version: 1.20.1

- name: Compile source
timeout-minutes: 30
run: |
go version
make failpoint-enable
make build
make failpoint-disable
Expand Down

0 comments on commit d7bd691

Please sign in to comment.