From abd38f2b9a757dd3c63e504ed44aff9b09984965 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Sun, 16 Feb 2025 16:22:23 +0400 Subject: [PATCH] Fix ci --- .gitea/workflows/test.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 82c5b9d..f864196 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -12,17 +12,11 @@ jobs: ports: - 80 volumes: - - my_docker_volume:/volume_mount + - workspace:/workspace options: --cpus 1 steps: - name: Test fuzzy controller run: | - echo "current" - pwd - echo "second" ls -la - echo "third" - echo ${{ gitea.workspace }} - ls ${{ gitea.workspace }} chmod +x ./gradlew ./gradlew test \ No newline at end of file