From d8e4a2e7b69b346c6f3365fcc6dc45ea109b822e Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Sun, 16 Feb 2025 15:51:56 +0400 Subject: [PATCH] Fix ci --- .gitea/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 87000b3..1a8c897 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -16,4 +16,6 @@ jobs: options: --cpus 1 steps: - name: Test fuzzy controller - run: bash ./gradlew test \ No newline at end of file + run: | + ls -la + bash ./gradlew test \ No newline at end of file