Skip to content

Commit

Permalink
add online access method
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixdong committed Jun 5, 2024
1 parent 5929c2e commit b53cf52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Access code coverage results megatron
run: |
echo "You can access the test coverage report at the http://120.92.110.224:8081/${{github.sha}}/cov-report-megatron/index,html"
echo "You can access the test coverage report at the http://120.92.110.224:8081/${{github.sha}}/cov-report-megatron/index.html"
- name: Archive code coverage results megatron
uses: actions/upload-artifact@v4
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Access code coverage results flagscale
run: |
echo "You can access the test coverage report at the http://120.92.110.224:8081/${{github.sha}}/cov-report-flagscale/index,html"
echo "You can access the test coverage report at the http://120.92.110.224:8081/${{github.sha}}/cov-report-flagscale/index.html"
- name: Archive code coverage results flagscale
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b53cf52

Please sign in to comment.