PDLA_24/.github/workflows/maven.yml

19 lines
No EOL
299 B
YAML

image: maven:3.8.3-openjdk-11
stages:
- build
- test
build:
stage: build
script:
- mvn compile
test:
stage: test
script:
- mvn test
variables:
DB_URL: "jdbc:mysql://srv-bdens.insa-toulouse.fr:3306/projet_gei_023"
DB_USER: "projet_gei_023"
DB_PASSWORD: "ohQu4ood"