From d1c88ace2b8702f0dc0c25931af574eb555093be Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Thu, 3 Apr 2025 12:40:03 +0200 Subject: [PATCH] working directory --- .gitea/workflows/rh9-native.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/rh9-native.yml b/.gitea/workflows/rh9-native.yml index 5a89ce7..c1f10ac 100644 --- a/.gitea/workflows/rh9-native.yml +++ b/.gitea/workflows/rh9-native.yml @@ -27,4 +27,5 @@ jobs: make -j 2 - name: C++ unit tests + working-directory: ${{gitea.workspace}}/build run: ctest \ No newline at end of file