Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Jul 4, 2024
1 parent dc7380d commit b567200
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,24 @@ jobs:
steps:
- name: checkout mysql-tester
uses: actions/checkout@v4
with:
path: 'mysql-tester'
- name: checkout TiDB
uses: actions/checkout@v4
- name: Move TiDB
run: mv tidb ../
with:
repository: pingcap/tidb
path: 'tidb'
- name: setup go
working-directory: 'mysql-tester'
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: vet
working-directory: 'mysql-tester'
run: go vet ./...
- name: build
working-directory: 'mysql-tester'
run: make build
- name: test
working-directory: 'mysql-tester'
run: make test

0 comments on commit b567200

Please sign in to comment.