Skip to content

Commit

Permalink
updated github action artifacts generation
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkadavil committed Nov 28, 2023
1 parent 5890dfa commit d8c9f22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: test-report
path: ./Report/*.html
path: |
./Report/*.html
./Logs/

0 comments on commit d8c9f22

Please sign in to comment.