allow build while tests are running

this produces build artifacts faster at the cost of potentially "wasted" processing time
pull/1118/head
Willy 2022-01-25 10:59:07 +01:00
parent 1eae526665
commit 24b521031d
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ jobs:
rm -rf source.tar.gz
build:
needs: [ frontend, test-postman-sqlite, test-postman-mysql, test-postman-postgres ]
needs: frontend
runs-on: ubuntu-latest
strategy:
matrix: