Skip to content

Commit 684a2a3

Browse files
committed
Update plugin-tests.yml
1 parent 7a56b9d commit 684a2a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/plugin-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
if: matrix.build_type == 'backend' && steps.check_spec.outputs.files_exists == 'true'
144144
run: |
145145
if [ -e plugins/${{ steps.repo-name.outputs.value }}/.simplecov ]
146+
then
146147
cp plugins/${{ steps.repo-name.outputs.value }}/.simplecov .simplecov
147148
export COVERAGE=1
148149
fi

0 commit comments

Comments
 (0)