Skip to content

Commit

Permalink
echo links for reports at the end of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshsadhwani99 committed Aug 12, 2024
1 parent cce1c3a commit 38de8af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,11 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public/reports

- name: Echo Report Links
run: |
echo "Frontend Coverage: https://DrDroidLab.github.io/PlayBooks/frontend/coverage/index.html"
echo "Frontend Report: https://DrDroidLab.github.io/PlayBooks/frontend/test-report.html"
echo "Backend Coverage: https://DrDroidLab.github.io/PlayBooks/backend/coverage/index.html"
echo "Backend Report: https://DrDroidLab.github.io/PlayBooks/backend/report.html"

0 comments on commit 38de8af

Please sign in to comment.