Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed Dec 18, 2024
1 parent 5d4eb61 commit 0f13746
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
java-version: 21
distribution: adopt

- name: Build and Verify
run: mvn --batch-mode verify
- name: Run Tests
uses: gradle/gradle-build-action@v3
with:
cache-disabled: true
arguments: clean build test

0 comments on commit 0f13746

Please sign in to comment.