You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-07-15 23:54:29 +02:00
Run make server-test-sqlite to run only against sqlite for that part of the job (#2605)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user