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 9d56215 commit f574641Copy full SHA for f574641
template/.github/workflows/ci.yaml.jinja
@@ -71,8 +71,7 @@ jobs:
71
with:
72
name: backend-test-coverage-${{ matrix.os }}
73
path: backend/coverage-report-pytest
74
- if-no-files-found: error
75
- {% endraw %}{% endif %}{% raw %}
+ if-no-files-found: error{% endraw %}{% endif %}{% raw %}
76
77
build-frontend:
78
needs: [ lint, unit-test-frontend{% endraw %}{% if has_backend %}{% raw %}, unit-test-backend{% endraw %}{% endif %}{% raw %} ]
0 commit comments