From 9f3010d3007cc3254451780f70abadb5aeb15c35 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Fri, 19 Sep 2025 14:18:21 +0200 Subject: [PATCH] fix path typo --- .github/workflows/backend-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 5555997..e7ddfb5 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -27,7 +27,7 @@ jobs: - name: Run models vs snapshot check working-directory: ${{ github.workspace }} run: | - python .github/scripts/compare_models.py backend/trading_journal/models.py + python .github/script/compare_models.py backend/trading_journal/models.py - name: Run tests run: |