volume path without dot

This commit is contained in:
Moriz Wahl 2021-04-08 18:30:58 +02:00 committed by Ulf Gebhardt
parent 543c413384
commit 1ee07feb68
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -240,7 +240,7 @@ jobs:
# UNIT TESTS FRONTEND ####################################################
##########################################################################
- name: frontend | Unit tests
run: docker run -v ./coverage:/app/coverage --rm gradido/frontend:test yarn run test
run: docker run -v /coverage:/app/coverage --rm gradido/frontend:test yarn run test
##########################################################################
# EXTRACT coverage folder ################################################
##########################################################################
@ -253,7 +253,7 @@ jobs:
uses: devmasx/coverage-check-action@v1.2.0
with:
type: lcov
result_path: ./coverage/lcov.info
result_path: /coverage/lcov.info
min_coverage: 10
#test: