Fix ci
Some checks failed
CI fuzzy controller / container-test-job (push) Failing after 3s

This commit is contained in:
Anton Romanov 2025-02-16 16:22:23 +04:00
parent 5442fe40cc
commit abd38f2b9a

View File

@ -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