From 06c2ad8a9a46c53b384754db28e65b4f7e0052a5 Mon Sep 17 00:00:00 2001 From: amar-python <52807662+amar-python@users.noreply.github.com> Date: Wed, 15 Jul 2026 20:28:31 +1000 Subject: [PATCH] Update test script path in workflow configuration --- .github/workflows/python-validator-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-validator-tests.yml b/.github/workflows/python-validator-tests.yml index 4a65912..ab2c013 100644 --- a/.github/workflows/python-validator-tests.yml +++ b/.github/workflows/python-validator-tests.yml @@ -24,4 +24,4 @@ jobs: - name: Run validator unit tests (PowerShell) shell: pwsh - run: powershell -NoProfile -ExecutionPolicy Bypass -File "tests/run_python_tests.ps1" + run: powershell -NoProfile -ExecutionPolicy Bypass -File "backend/migration/tests/run_python_tests.ps1"