From 16e759ee3814cf0d81cfafc02afb97bf21b493f9 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Wed, 26 Jun 2024 01:59:49 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20CI:=20update=20path=20to=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e20af6f..20293b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,8 +36,8 @@ jobs: run: | cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} cd ${{github.workspace}}/build - ./tests/test-initcpio - ./tests/test-pacmanconf + ./gucc/tests/test-initcpio + ./gucc/tests/test-pacmanconf shell: bash build-cmake_withoutdev: name: Build with CMake (DEVENV OFF) @@ -80,8 +80,8 @@ jobs: run: | meson compile -C ${{github.workspace}}/build cd ${{github.workspace}}/build - ./tests/test-initcpio - ./tests/test-pacmanconf + ./gucc/tests/test-initcpio + ./gucc/tests/test-pacmanconf shell: bash build-meson_withoutdev: name: Build with Meson (DEVENV OFF)