Skip to content

Commit

Permalink
updae yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Jul 14, 2024
1 parent c53c904 commit 6e658cd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/run-full-regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,16 @@ jobs:
./test-reports
if: always()

- name: Get test report name
id: get-report-name
run: |
REPORT_NAME=$(ls ./test-reports/*.html)
echo "Report name: $REPORT_NAME"
echo "::set-output name=report_name::$REPORT_NAME"
- name: Deploy report to GitHub Pages
if: always()
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./test-reports
Expand Down

0 comments on commit 6e658cd

Please sign in to comment.