We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd651e9 commit fdc2fe3Copy full SHA for fdc2fe3
.github/workflows/ci.yml
@@ -7,8 +7,16 @@ jobs:
7
test:
8
runs-on: ubuntu-latest
9
steps:
10
- - name: checkout
+ - name: install mysql-server to get perror
11
+ run: |
12
+ sudo apt-get update
13
+ sudo apt-get install -y mysql-server
14
+ - name: checkout mysql-tester
15
uses: actions/checkout@v4
16
+ - name: checkout TiDB
17
+ uses: actions/checkout@v4
18
+ with:
19
+ repository: pingcap/tidb
20
- name: setup go
21
uses: actions/setup-go@v4
22
with:
0 commit comments