Skip to content

Commit

Permalink
ci: add maven command test for back end
Browse files Browse the repository at this point in the history
Issue #111

The added command is responsible for getting all test running, checking
for style issues, code formating, and compilation.
  • Loading branch information
Ricardo Campos committed Oct 4, 2023
1 parent 0341068 commit 3331f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- uses: bcgov-nr/[email protected]
with:
commands: mvn clean package
commands: mvn --no-transfer-progress clean compile verify package checkstyle:checkstyle -P all-tests
dir: backend
java-cache: maven
java-distribution: temurin
Expand Down

0 comments on commit 3331f94

Please sign in to comment.