Skip to content

Commit 0e53098

Browse files
committed
build: Fix the ci job working directory.
1 parent 8b35dd5 commit 0e53098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: Run coverage
4242
if: matrix.python-version == '3.12' && matrix.toxenv == 'django42'
4343
uses: codecov/codecov-action@v4
44-
working-directory: "./backend"
4544
with:
4645
token: ${{ secrets.CODECOV_TOKEN }}
4746
flags: unittests
4847
fail_ci_if_error: true
48+
working-directory: "./backend"

0 commit comments

Comments
 (0)