From 1ee07feb68e4e2f2c6d2ad87c6c0441cea92db5a Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 8 Apr 2021 18:30:58 +0200 Subject: [PATCH] volume path without dot --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb9266a43..351e12613 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: