From a5a8c8571bc43695cd146ba3a1326b1ab0d65a34 Mon Sep 17 00:00:00 2001 From: light7734 Date: Sun, 20 Jul 2025 14:28:54 +0330 Subject: [PATCH] ci: fix paths --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d25884a..283384d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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