Speed up tests (#1630)

This commit is contained in:
Cesar Celis Hernandez
2022-02-28 00:57:33 -05:00
committed by GitHub
parent be326c37d0
commit e52fb7d8b5
16 changed files with 522 additions and 544 deletions

View File

@@ -62,7 +62,7 @@ swagger-operator:
@swagger generate server -A operator --main-package=operator --server-package=operatorapi --exclude-main -P models.Principal -f ./swagger-operator.yml -r NOTICE
assets:
@(cd portal-ui; yarn install; make build-static; yarn prettier --write . --loglevel warn; cd ..)
@(cd portal-ui; yarn install --prefer-offline; make build-static; yarn prettier --write . --loglevel warn; cd ..)
test-integration:
@echo "create docker network to communicate containers MinIO & PostgreSQL"