mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
run frontend tests in test environment
This commit is contained in:
parent
5ff262df91
commit
fcd355e486
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -380,7 +380,7 @@ jobs:
|
||||
##########################################################################
|
||||
- name: frontend | Unit tests
|
||||
run: |
|
||||
docker run -v ~/coverage:/app/coverage --rm gradido/frontend:test yarn run test
|
||||
docker run --env NODE_ENV=test -v ~/coverage:/app/coverage --rm gradido/frontend:test yarn run test
|
||||
cp -r ~/coverage ./coverage
|
||||
##########################################################################
|
||||
# COVERAGE REPORT FRONTEND ###############################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user