From 52d1eb3df62172ce66ac4a7adda1b996a264fde2 Mon Sep 17 00:00:00 2001 From: hashlag <90853356+hashlag@users.noreply.github.com> Date: Sun, 21 Sep 2025 17:03:09 +0300 Subject: [PATCH] ChaosTestCI list build dir --- .gitea/workflows/ChaosTestCI.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ChaosTestCI.yaml b/.gitea/workflows/ChaosTestCI.yaml index 4fbaef4..f751644 100644 --- a/.gitea/workflows/ChaosTestCI.yaml +++ b/.gitea/workflows/ChaosTestCI.yaml @@ -24,7 +24,7 @@ jobs: cmake .. cmake --build . - - name: Run tests + - name: List build directory run: | cd build - ./ChaosTests \ No newline at end of file + ls -la \ No newline at end of file