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

This commit is contained in:
Anton Romanov 2025-02-16 16:53:01 +04:00
parent d5dd379350
commit e8386affb3

View File

@ -7,16 +7,8 @@ jobs:
runs-on: ubuntu-latest
container:
image: exoplatform/jdk:openjdk-21-ubuntu-2204
env:
NODE_ENV: development
ports:
- 80
volumes:
- workspace:/workspace
options: --cpus 1
steps:
- uses: actions/checkout@v4
- run: |
ls -la
chmod +x ./gradlew
./gradlew test
- run: ls -la
- run: chmod +x ./gradlew
- run: ./gradlew test