Skip to content

Commit

Permalink
maybe rename and add cache
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Apr 28, 2024
1 parent 513427f commit 8d28d0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check.yml → .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ on:
branches:
- main

name: Test
name: Verify

jobs:
build-and-test:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven

- name: Run the Maven verify phase
run: mvn --batch-mode --update-snapshots verify

0 comments on commit 8d28d0d

Please sign in to comment.