This commit is contained in:
parent
5f111a9671
commit
8e892eb0f5
19
.gitea/workflows/test.yaml
Normal file
19
.gitea/workflows/test.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user