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