Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hoa-pham82 committed Oct 30, 2023
1 parent 07a786a commit bbab137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Prepare data for summary page
if: success() || failure()
run: |
node extractData.js ${{github.run_number}}
node extractData.js ${{github.run_number}} ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
echo '---->' && cd allure-results-ut && ls && echo 'you see list json file'
- name: Prepare github paging
Expand Down

0 comments on commit bbab137

Please sign in to comment.