Skip to content

Commit

Permalink
Change test script to execute Maven tests with "devbox run test"
Browse files Browse the repository at this point in the history
Replaced the placeholder test script with a command to execute Maven tests. This change ensures that running the "test" script in the development environment will now correctly run all associated Maven tests.
  • Loading branch information
jcardozo committed Sep 2, 2024
1 parent 16f5754 commit 620facb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
"mvn test"
]
}
}
Expand Down

0 comments on commit 620facb

Please sign in to comment.