Skip to content

Commit f574641

Browse files
committed
whitespace
1 parent 9d56215 commit f574641

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

template/.github/workflows/ci.yaml.jinja

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ jobs:
7171
with:
7272
name: backend-test-coverage-${{ matrix.os }}
7373
path: backend/coverage-report-pytest
74-
if-no-files-found: error
75-
{% endraw %}{% endif %}{% raw %}
74+
if-no-files-found: error{% endraw %}{% endif %}{% raw %}
7675

7776
build-frontend:
7877
needs: [ lint, unit-test-frontend{% endraw %}{% if has_backend %}{% raw %}, unit-test-backend{% endraw %}{% endif %}{% raw %} ]

0 commit comments

Comments
 (0)