mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
changed path to run tests
This commit is contained in:
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user