👷(CI) add test-e2e job to people.yml
Add test-e2e to people.yml, it will run e2e tests on every PR. Steps: - set env vars for e2e tests - build and start docker servers (backend, keycloak, DB) - install playwright - build apps - run e2e tests - save reports
This commit is contained in:
13
Makefile
13
Makefile
@@ -68,14 +68,19 @@ data/static:
|
||||
|
||||
# -- Project
|
||||
|
||||
create-env-files: ## Copy the dist env files to env files
|
||||
create-env-files: \
|
||||
env.d/development/common \
|
||||
env.d/development/crowdin \
|
||||
env.d/development/postgresql \
|
||||
env.d/development/kc_postgresql
|
||||
.PHONY: create-env-files
|
||||
|
||||
bootstrap: ## Prepare Docker images for the project and install frontend dependencies
|
||||
bootstrap: \
|
||||
data/media \
|
||||
data/static \
|
||||
env.d/development/common \
|
||||
env.d/development/crowdin \
|
||||
env.d/development/postgresql \
|
||||
env.d/development/kc_postgresql \
|
||||
create-env-files \
|
||||
build \
|
||||
run \
|
||||
migrate \
|
||||
|
||||
Reference in New Issue
Block a user