Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
feat(platform #66): change build fail on test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AminYacine committed Nov 15, 2023
1 parent 4dca2a5 commit 8731923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
distribution: 'adopt'

- name: Build and Test with maven
run: mvn --batch-mode --update-snapshots clean test
run: mvn --batch-mode --update-snapshots verify

lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.surfire.plugin.version}</version>
<configuration>
<testFailureIgnore>true</testFailureIgnore>
<testFailureIgnore>false</testFailureIgnore>
<includes>
<include>**/*Test.java</include>
</includes>
Expand Down

0 comments on commit 8731923

Please sign in to comment.