Skip to content

Commit

Permalink
chore: try to run mvn tests
Browse files Browse the repository at this point in the history
Signed-off-by: pierresomny <[email protected]>
  • Loading branch information
pierresomny committed Jan 31, 2024
1 parent 17e2338 commit 5e5efd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Run the Maven verify phase
run: mvn --batch-mode --update-snapshots verify
distribution: 'corretto'
- name: Run mvn command
run: mvn clean install test

0 comments on commit 5e5efd7

Please sign in to comment.