Anton Romanov 03a141777d
Some checks failed
CI fuzzy controller / container-test-job (push) Failing after 4s
Fix ci
2025-02-16 16:37:45 +04:00

26 lines
557 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: Checkout
uses: actions/checkout@v4
with:
ref: master
- name: Test fuzzy controller
run: |
ls -la
chmod +x ./gradlew
./gradlew test