We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9414141 commit 4fb6717Copy full SHA for 4fb6717
.github/workflows/ci.yaml
@@ -125,7 +125,7 @@ jobs:
125
uses: rhaschke/lcov-action@main
126
if: always() && matrix.env.CCOV && steps.ici.outputs.target_test_results == '0'
127
with:
128
- docker: $DOCKER_IMAGE
+ docker: ${{ matrix.render_backend != 'EGL' && '$DOCKER_IMAGE' || '' }}
129
workdir: ${{ env.BASEDIR }}/target_ws
130
ignore: '"*/target_ws/build/*" "*/target_ws/install/*" "*/test/*"'
131
output: ${{ env.BASEDIR }}/target_ws/coverage-${{ matrix.distro }}-${{ matrix.render_backend }}.info
0 commit comments