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