PDLA_24/.forgejo/workflows/maven.yml
skferrei 993f9f202b
Some checks are pending
Java CI with Maven / build (push) Waiting to run
avancée sur benevoleDemandesEnCoursPage
2024-11-29 09:51:56 +01:00

23 lines
No EOL
1,000 B
YAML

name: Java CI with Maven
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
services:
mysql:
image: mysql:8.0
env:
MYSQL_DATABASE: projet_gei_023
MYSQL_PASSWORD: ohQu4ood
ports:
- 3306:3306
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- run: mvn test