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 6f94468 commit 1e7a839
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/evf-stagingtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ jobs:
Srv_UsrName: ${{ secrets.QA_AUTOMATION_SERVER_USERNAME }}
Server_PASS: ${{ secrets.QA_AUTOMATION_SERVER_PASS }}
run: |
sshpass -p "$Server_PASS" ssh -o StrictHostKeyChecking=no $Srv_UsrName@$Srv_IP 'pwd \ ls /home/master/applications/ycrdmckpsu/public_html/evfqatest/ \ rm -rf /home/master/applications/ycrdmckpsu/public_html/evfqatest/reports/*'
sshpass -p "$Server_PASS" ssh -o StrictHostKeyChecking=no $Srv_UsrName@$Srv_IP 'mkdir -p /home/master/applications/ycrdmckpsu/public_html/evfqatest/reports/ \ rm -rf /home/master/applications/ycrdmckpsu/public_html/evfqatest/reports/*'
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"
echo "https://qatest.wptests.net/evfqatest/reports/output.xml"
echo "https://qatest.wptests.net/evfqatest/reports/log.html"
continue-on-error: true

0 comments on commit 1e7a839

Please sign in to comment.