Update ci-3p-aiomysql.yml

Signed-off-by: Miro Stauder <miro@proxysql.com>
fix/3p-ci-error-handling
Miro Stauder 1 year ago committed by GitHub
parent fac5e523f5
commit 53a11b00e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'proxysql/proxysql_3p_testing'
ref: ${{ env.TESTTREE }}
ref: main
fetch-depth: 1
path: 'proxysql_3p_testing'
token: ${{ secrets.GH_TOKEN_PROXYSQL }}
@ -98,6 +98,7 @@ jobs:
cd proxysql_3p_testing/
./setup.sh test_${{ env.TESTNAME }}/${{ env.TESTNAME }}
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

Loading…
Cancel
Save