From 2fbb530e460424088e87e87d681d65704330c139 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Sun, 16 Feb 2025 16:30:44 +0400 Subject: [PATCH] Fic ci --- .gitea/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 1e971cb..42a474c 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -16,8 +16,8 @@ jobs: options: --cpus 1 steps: - name: Test fuzzy controller + uses: actions/checkout@v3 run: | - ls -la / - ls -la /.dockerenv + ls -la chmod +x ./gradlew ./gradlew test \ No newline at end of file