Skip to content

Commit

Permalink
Merge pull request #13 from ro18/dev-rochelle
Browse files Browse the repository at this point in the history
code for javadoc yaml changes
  • Loading branch information
PrashantPawar30 authored Oct 4, 2023
2 parents a5f3def + 848e8ae commit d8c59a0
Show file tree
Hide file tree
Showing 24 changed files with 1,885 additions and 632 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ jobs:
- name: Test Report
uses: mikepenz/action-junit-report@v4
if: success() || failure()
- name: Deploy JavaDoc
uses: MathieuSoysal/[email protected]
with:
javadoc-branch: javadoc
java-version: 17
target-folder: javadoc # url will be https://<username>.github.io/<repo>/javadoc, This can be left as nothing to generate javadocs in the root folder.
project: maven
# subdirectories: moduleA moduleB #for subdirectories support, needs to be run with custom command


#./mvnw test -Dtest=WarzoneApplicationTest
Expand Down
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>

<!-- <dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand Down
Loading

0 comments on commit d8c59a0

Please sign in to comment.