diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 003e4a5..5555997 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -25,7 +25,7 @@ jobs: run: pip install -r dev-requirements.txt - name: Run models vs snapshot check - working-directory: .. + working-directory: ${{ github.workspace }} run: | python .github/scripts/compare_models.py backend/trading_journal/models.py