Skip to content

Commit

Permalink
Fix github actions scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-alvarez-alvarez committed Apr 23, 2024
1 parent 2b27bb5 commit d573903
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
java-version: ${{ matrix.java }}
java-package: jdk
architecture: x64
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
- name: Run tests
run: mvn -B package
run: ./gradlew assemble

0 comments on commit d573903

Please sign in to comment.