Skip to content

Commit

Permalink
update yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Jul 14, 2024
1 parent 8da2b54 commit 8c4dc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-full-regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Get test report name
id: get-report-name
run: |
REPORT_PATH=$(ls ./test-results/*.html)
REPORT_PATH=$(ls ./test-reports/*.html)
REPORT_NAME=$(basename "$REPORT_PATH")
echo "Report name: $REPORT_NAME"
echo "::set-output name=report_name::$REPORT_NAME"
Expand Down

0 comments on commit 8c4dc4b

Please sign in to comment.