Skip to content

Commit efac891

Browse files
committed
Fix path
1 parent 3d546d9 commit efac891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ jobs:
406406
id: coverage_files
407407
if: ${{ matrix.coverage }}
408408
run: |
409-
FILES=$(ls -d -1 "$GITHUB_WORKSPACE/build/logs/clover-behat/"*.* | paste --serial --delimiters=",")
409+
FILES=$(ls -d -1 "$GITHUB_WORKSPACE/build/logs"*.* | paste --serial --delimiters=",")
410410
test -n "$FILES"
411411
echo "Coverage files: $FILES"
412412
echo "files=$FILES" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)