Skip to content

Commit

Permalink
Change test command to execute Maven tests using Devbox script
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardozo-eth authored Sep 2, 2024
1 parent 620facb commit 1451b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: mvn --version

- name: Run mvn tests
run: mvn test
run: devbox run test

0 comments on commit 1451b1f

Please sign in to comment.