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 15:38:23 +04:00
parent 5f111a9671
commit 8e892eb0f5

View File

@ -0,0 +1,19 @@
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
run: bash gradlew test