Skip to content

Commit

Permalink
Update run_test_cases.yml
Browse files Browse the repository at this point in the history
Adjusting the scheduling commands for automated testing
  • Loading branch information
shaoqiangcai authored Aug 9, 2023
1 parent 0cef1d4 commit 244a8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
timeout-minutes: 90
id: run_test_cases
run: |
scheduler cicd -p PR-TEST -v ${{ steps.parse_pr.outputs.pr_base_ref }} -g PR-TEST -r cctest.cocos.org
scheduler cicd -p PR-TEST -v ${{ steps.parse_pr.outputs.pr_base_ref }} -g PR-TEST -r https://cctest.cocos.org
JOBID=`cat /usr/local/lib/node_modules/@cctest/scheduler/logs/PR-TEST/nowJobId.log`
cd ..
python3 -u ./python/main.py --target=job_editor --jobid=$JOBID
Expand Down

0 comments on commit 244a8c9

Please sign in to comment.