also CI test
Some checks failed
Java CI / build (push) Has been cancelled

This commit is contained in:
Abderrahman El-Ouali 2024-12-02 17:05:42 +01:00
parent bd4aa6ddbe
commit 552fb853bc

View file

@ -1,21 +0,0 @@
image: maven:3.8.3-openjdk-17
services:
- mysql:8.0
variables:
MYSQL_DATABASE: projet_gei_023
MYSQL_ROOT_PASSWORD: root
MYSQL_USER: user
MYSQL_PASSWORD: ohQu4ood
MYSQL_HOST: mysql
stages:
- test
test:
stage: test
script:
- mvn test
only:
- master