postman API tests for different databases

pull/595/head
hunterlong 2020-05-18 13:27:32 -07:00
parent 2a818d230c
commit 7bfddf0073
1 changed files with 1 additions and 1 deletions

View File

@ -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