From a74e23051cbf21aafcf8db8aefeaa16851f8773d Mon Sep 17 00:00:00 2001 From: light7734 Date: Sun, 20 Jul 2025 08:00:23 +0330 Subject: [PATCH] ci: fix --- .drone.yml | 2 +- .../steps/amd64/msvc/{amd64_msvc_tests.ps1 => unit-tests.ps1} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/ci/steps/amd64/msvc/{amd64_msvc_tests.ps1 => unit-tests.ps1} (100%) diff --git a/.drone.yml b/.drone.yml index aee059d..4662268 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - name: unit tests shell: powershell commands: - - ./tools/ci/steps/amd64_msvc_tests.ps1 + - ./tools/ci/steps/amd64/msvc/unit-tests.ps1 --- kind: pipeline diff --git a/tools/ci/steps/amd64/msvc/amd64_msvc_tests.ps1 b/tools/ci/steps/amd64/msvc/unit-tests.ps1 similarity index 100% rename from tools/ci/steps/amd64/msvc/amd64_msvc_tests.ps1 rename to tools/ci/steps/amd64/msvc/unit-tests.ps1