From b441310963ee9d1c37d3932adf1c9fb055560c77 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Sun, 16 Feb 2025 16:44:22 +0400 Subject: [PATCH] Fix ci --- .gitea/workflows/test.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 3e5ce09..1824379 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -15,12 +15,8 @@ jobs: - my_docker_volume:/volume_mount options: --cpus 1 steps: - - name: Checkout - uses: actions/checkout@v4 - with: - ref: master - - name: Test fuzzy controller - run: | + - uses: actions/checkout@v4 + - run: | ls -la chmod +x ./gradlew ./gradlew test \ No newline at end of file