Anton Romanov 7984a554c1
Some checks failed
CI fuzzy controller / container-test-job (push) Failing after 0s
Fix ci
2025-02-16 16:33:56 +04:00

23 lines
500 B
YAML

name: CI fuzzy controller
on:
push:
branches: [ master ]
jobs:
container-test-job:
runs-on: ubuntu-latest
container:
image: exoplatform/jdk:openjdk-21-ubuntu-2204
env:
NODE_ENV: development
ports:
- 80
volumes:
- my_docker_volume:/volume_mount
options: --cpus 1
steps:
- name: Test fuzzy controller
- uses: actions/checkout@v4
run: |
ls -la
chmod +x ./gradlew
./gradlew test