Skip to content

Commit f6fc2d0

Browse files
committed
chore(31835): try direct mkdir+cp
1 parent 8dbdb62 commit f6fc2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
if: ${{ hashFiles('hivemq-edge-frontend/coverage-cypress/lcov.info') != '' }}
151151
run: |
152152
mkdir ./coverage-combined
153-
echo hashFiles('./coverage-cypress/lcov.info')
153+
echo ${{ hashFiles('hivemq-edge-frontend/coverage-cypress/lcov.info') }}
154154
cp ./coverage-cypress/lcov.info ./coverage-combined/lcov-${{ matrix.cypress.lcov_target }}.info
155155
# uses: canastro/copy-file-action@master
156156
# with:

0 commit comments

Comments
 (0)