From 8e892eb0f5dae37e7f4a3406eb67a7e3eee9bce0 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Sun, 16 Feb 2025 15:38:23 +0400 Subject: [PATCH] Fix ci --- .gitea/workflows/test.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitea/workflows/test.yaml diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..f95e4cd --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -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 \ No newline at end of file