Skip to content

Met à jour la dépendance pdfbox #9

Met à jour la dépendance pdfbox

Met à jour la dépendance pdfbox #9

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
server-password: MAVEN_GITHUB_TOKEN
- name: Build and test with Maven
run: mvn --batch-mode test
env:
MAVEN_GITHUB_TOKEN: ${{ secrets.MAVEN_PAT }}