diff --git a/.gitea/workflows/backend_run_test.yaml b/.gitea/workflows/backend_run_test.yaml index fe28f1f..7202949 100644 --- a/.gitea/workflows/backend_run_test.yaml +++ b/.gitea/workflows/backend_run_test.yaml @@ -36,4 +36,4 @@ jobs: uses: https://gitea.com/actions/upload-artifact@v3 with: name: pytest-html-report - path: report.html + path: backend/report.html