mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
Run make server-test-sqlite to run only against sqlite for that part of the job (#2605)
This commit is contained in:
parent
218d901b0d
commit
03864823dc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
path: ${{ github.workspace }}/dist/focalboard-server-linux-amd64.tar.gz
|
||||
|
||||
- name: "Test server: sqlite"
|
||||
run: make server-test
|
||||
run: make server-test-sqlite
|
||||
|
||||
- name: "Test server: mysql"
|
||||
run: make server-test-mysql
|
||||
|
Loading…
Reference in New Issue
Block a user