recursive copying

This commit is contained in:
Ulf Gebhardt 2021-04-13 23:19:26 +02:00
parent 066dcae33f
commit 4ea8b01bd3
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -242,7 +242,7 @@ jobs:
- name: frontend | Unit tests
run: |
docker run -v ~/coverage:/app/coverage --rm gradido/frontend:test yarn run test
cp ~/coverage ./coverage
cp -r ~/coverage ./coverage
##########################################################################
# COVERAGE REPORT FRONTEND ################################################
##########################################################################