|
|
|
|
@ -55,7 +55,7 @@ jobs:
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
with:
|
|
|
|
|
repository: 'proxysql/proxysql_3p_testing'
|
|
|
|
|
ref: main
|
|
|
|
|
ref: ${{ env.TESTTREE }}
|
|
|
|
|
fetch-depth: 1
|
|
|
|
|
path: 'proxysql_3p_testing'
|
|
|
|
|
token: ${{ secrets.GH_TOKEN_PROXYSQL }}
|
|
|
|
|
@ -97,8 +97,8 @@ jobs:
|
|
|
|
|
|
|
|
|
|
cd proxysql_3p_testing/
|
|
|
|
|
./setup.sh test_${{ env.TESTNAME }}/${{ env.TESTNAME }}
|
|
|
|
|
git switch ${{ env.TESTTREE }}
|
|
|
|
|
git pull
|
|
|
|
|
#git switch ${{ env.TESTTREE }}
|
|
|
|
|
#git pull
|
|
|
|
|
#git config user.email "GH-Actions@proxysql.com"
|
|
|
|
|
#git config user.name "GH-Actions"
|
|
|
|
|
#git rebase main -f -s recursive -X theirs
|
|
|
|
|
|