File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,15 @@ jobs:
7171 echo ""
7272 echo "Test expectations are out-of-date on the target branch."
7373 echo "Please run the 'Rebaseline Tests' github action on the target"
74- echo "branch (normally 'main') before proceeding."
74+ echo "branch (normally 'main') before proceeding. You can do this"
75+ echo "from the web UI or from the command line:"
7576 echo ""
76- echo "You can also run './tools/maint/rebaseline_tests.py --new-branch'"
77- echo "and use it to create a seperate PR."
77+ echo " gh workflow run rebaseline-tests.yml"
78+ echo ""
79+ echo "You can also run the following command locally and upload"
80+ echo "your own PR:"
81+ echo ""
82+ echo " ./tools/maint/rebaseline_tests.py --new-branch'"
7883 exit 1
7984 fi
8085 - name : Check test expectations on PR branch
You can’t perform that action at this time.
0 commit comments