Skip to content

Commit

Permalink
GitHubActions-> Changes in maven file
Browse files Browse the repository at this point in the history
  • Loading branch information
avdhutssh committed Sep 18, 2024
1 parent b95cf46 commit 86578a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Java and Maven
uses: actions/setup-java@v2
Expand All @@ -27,7 +27,7 @@ jobs:
mvn clean test
- name: Upload Extent Report as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ExtentReport
path: Reports/extentReport.html

0 comments on commit 86578a3

Please sign in to comment.