From ffb1e556b11984359cd12759358e7a197b30c7c8 Mon Sep 17 00:00:00 2001 From: MrMirDan Date: Tue, 21 Apr 2026 15:52:02 +0300 Subject: [PATCH] changed path to run tests --- .github/workflows/deploy.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8d7dfc9c4..7f2ade715 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -827,14 +827,9 @@ jobs: - name: Deploy Qt dependencies shell: cmd run: | - for %%f in (build\client\tests\*.exe) do (windeployqt %%f) - - - name: Find all exe files - shell: cmd - run: | - dir build /s *.exe + for %%f in (out\build\client\tests\*.exe) do (windeployqt %%f) - name: 'Run tests' run: | - cd build\client\tests + cd out\build\client\tests ctest --output-on-failure