mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
use copy instead
This commit is contained in:
parent
544642dddc
commit
066dcae33f
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -242,11 +242,12 @@ jobs:
|
||||
- name: frontend | Unit tests
|
||||
run: |
|
||||
docker run -v ~/coverage:/app/coverage --rm gradido/frontend:test yarn run test
|
||||
mv ~/coverage ./coverage
|
||||
cp ~/coverage ./coverage
|
||||
##########################################################################
|
||||
# COVERAGE REPORT FRONTEND ################################################
|
||||
##########################################################################
|
||||
- name: frontend | coverage report
|
||||
# TODO: Maybe remove this later on to avoid spam?
|
||||
- name: frontend | Coverage report
|
||||
uses: romeovs/lcov-reporter-action@v0.2.21
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user