Skip to content

Commit

Permalink
Update evf-stagingtest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Raju00533 authored Sep 25, 2024
1 parent 59b0d19 commit 4743674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/evf-stagingtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
if: success() || failure()
with:
name: Report
path: results
path: /home/runner/work/everest-forms/everest-forms/python-code/results/

- name: Find Test Report Url Below
if: success() || failure()
Expand All @@ -93,8 +93,8 @@ jobs:
Server_PASS: ${{ secrets.QA_AUTOMATION_SERVER_PASS }}
run: |
sshpass -p "$Server_PASS" ssh -o StrictHostKeyChecking=no $Srv_UsrName@$Srv_IP 'rm -rf /home/master/applications/ycrdmckpsu/public_html/evfqatest/reports/*'
echo pwd
sshpass -p "$Server_PASS" scp -o StrictHostKeyChecking=no -r ./results/* $Srv_UsrName@$Srv_IP:/home/master/applications/ycrdmckpsu/public_html/evfqatest/reports/
pwd
sshpass -p "$Server_PASS" scp -o StrictHostKeyChecking=no -r /home/runner/work/everest-forms/everest-forms/python-code/results/* $Srv_UsrName@$Srv_IP:/home/master/applications/ycrdmckpsu/public_html/evfqatest/reports/
echo "https://qatest.wptests.net/evfqatest/reports/report.html"
echo "https://qatest.wptests.net/evfqatest/reports/test_report.html"
continue-on-error: true

0 comments on commit 4743674

Please sign in to comment.