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