Skip to content

Commit

Permalink
Update the BUILD.YAML file
Browse files Browse the repository at this point in the history
  • Loading branch information
Apurva14A committed Oct 26, 2023
1 parent 401e530 commit f60dade
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- run: mvn clean package
- run: mkdir staging && cp target/onlinebookstore.war staging

- name: Run tests and generate code coverage report
run: mvn testCoverage


- name: upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f60dade

Please sign in to comment.