Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Jul 4, 2024
1 parent bd651e9 commit fdc2fe3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
- name: install mysql-server to get perror
run: |
sudo apt-get update
sudo apt-get install -y mysql-server
- name: checkout mysql-tester
uses: actions/checkout@v4
- name: checkout TiDB
uses: actions/checkout@v4
with:
repository: pingcap/tidb
- name: setup go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit fdc2fe3

Please sign in to comment.