From 7bfddf0073a132e7948b6321e447690aff6157d8 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Mon, 18 May 2020 13:27:32 -0700 Subject: [PATCH] postman API tests for different databases --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 2cb4f5f5..41d844b7 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -380,7 +380,7 @@ jobs: path: ./build upload-release: - needs: [test, test-postman, build-binaries] + needs: [test, test-postman-sqlite, test-postman-mysql, test-postman-postgres, build-binaries] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2