Skip to content

Commit

Permalink
trigger JUnit tests in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpochat committed Jun 11, 2024
1 parent c9a6d36 commit a13edbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot-maven-plugin.version}</version>
<executions>
<execution>
<phase>post-integration-test</phase>
Expand All @@ -37,6 +38,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 2 additions & 0 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
<springdoc.version>2.0.2</springdoc.version>
<pdfcompare.version>1.1.60</pdfcompare.version>
<stripe.version>24.6.0-beta.1</stripe.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<spring-boot-maven-plugin.version>3.2.4</spring-boot-maven-plugin.version>
</properties>

<build>
Expand Down

0 comments on commit a13edbf

Please sign in to comment.