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 f49aca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
java-package: jdk
architecture: x64
- name: Run tests
run: mvn -B package
run: ./gradlew assemble

0 comments on commit f49aca7

Please sign in to comment.