changed path to run tests

This commit is contained in:
MrMirDan
2026-04-21 15:52:02 +03:00
parent b2d7b3e686
commit ffb1e556b1

View File

@@ -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