We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbdb62 commit f6fc2d0Copy full SHA for f6fc2d0
.github/workflows/frontend-cli.yml
@@ -150,7 +150,7 @@ jobs:
150
if: ${{ hashFiles('hivemq-edge-frontend/coverage-cypress/lcov.info') != '' }}
151
run: |
152
mkdir ./coverage-combined
153
- echo hashFiles('./coverage-cypress/lcov.info')
+ echo ${{ hashFiles('hivemq-edge-frontend/coverage-cypress/lcov.info') }}
154
cp ./coverage-cypress/lcov.info ./coverage-combined/lcov-${{ matrix.cypress.lcov_target }}.info
155
# uses: canastro/copy-file-action@master
156
# with:
0 commit comments