Add MySQL8.0 , MySQL5.7 to pr-test workflow
This commit is contained in:
parent
094d70c537
commit
304bb1de0e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-test.yml
vendored
2
.github/workflows/pr-test.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go: [1.17]
|
||||
db: [SQLite3]
|
||||
db: [MySQL8.0, MySQL5.7, SQLite3]
|
||||
if: >
|
||||
${{ github.event.workflow_run.event == 'pull_request' &&
|
||||
github.event.workflow_run.conclusion == 'success' }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue