From e3c55cc359bb86dae3621541c63ad6a829fa0f57 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Sat, 16 May 2026 02:44:56 +0200 Subject: [PATCH] ci --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6b8b462..a78a6fb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -38,10 +38,10 @@ jobs: - name: Unit Tests run: | - . ./build/${{ matrix.build_type }}/generators/conanbuild.sh cd ./build/${{ matrix.build_type }} + . ../../build/${{ matrix.build_type }}/generators/conanbuild.sh xvfb-run ctest . --output-on-failure - . ./build/${{ matrix.build_type }}/generators/deactivate_conanbuild.sh + . ../../build/${{ matrix.build_type }}/generators/deactivate_conanbuild.sh clang-format: runs-on: ubuntu-latest