mirror of https://github.com/statping/statping
allow build while tests are running
this produces build artifacts faster at the cost of potentially "wasted" processing timepull/1118/head
parent
1eae526665
commit
24b521031d
|
@ -86,7 +86,7 @@ jobs:
|
||||||
rm -rf source.tar.gz
|
rm -rf source.tar.gz
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: [ frontend, test-postman-sqlite, test-postman-mysql, test-postman-postgres ]
|
needs: frontend
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue