ci: fix paths
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-07-20 14:28:54 +03:30
parent e024453717
commit a5a8c8571b
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -13,7 +13,7 @@ steps:
- name: unit tests
shell: powershell
commands:
- ./tools/ci/amd64/msvc/unit-tests.ps1
- ./tools/ci/amd64/msvc/unit_tests.ps1
---
kind: pipeline
@ -28,7 +28,7 @@ steps:
image: unit_tests:latest
pull: if-not-exists
commands:
- ./tools/ci/amd64/gcc/unit-tests.sh
- ./tools/ci/amd64/gcc/unit_tests.sh
- name: valgrind
image: valgrind:latest