From 03864823dca5514ea59634d4db7d13b8ca12bd6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 23 Mar 2022 20:13:07 +0100 Subject: [PATCH] Run make server-test-sqlite to run only against sqlite for that part of the job (#2605) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47d739fe5..67698e7ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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