diff --git a/.github/workflows/ci-3p-django-framework.yml b/.github/workflows/ci-3p-django-framework.yml index 85275369a..f06702434 100644 --- a/.github/workflows/ci-3p-django-framework.yml +++ b/.github/workflows/ci-3p-django-framework.yml @@ -127,6 +127,7 @@ jobs: - name: Check baseline run: | + set +e cd proxysql_3p_testing/test_django-framework GHUSER="$(id -u):$(id -g)" diff --git a/.github/workflows/ci-3p-laravel-framework.yml b/.github/workflows/ci-3p-laravel-framework.yml index e12b65a36..2d064a68e 100644 --- a/.github/workflows/ci-3p-laravel-framework.yml +++ b/.github/workflows/ci-3p-laravel-framework.yml @@ -132,6 +132,7 @@ jobs: - name: Check baseline run: | + set +e cd proxysql_3p_testing/test_laravel-framework GHUSER="$(id -u):$(id -g)" diff --git a/.github/workflows/ci-3p-mariadb-connector-c.yml b/.github/workflows/ci-3p-mariadb-connector-c.yml index 2ab3a18bf..23aa9fc27 100644 --- a/.github/workflows/ci-3p-mariadb-connector-c.yml +++ b/.github/workflows/ci-3p-mariadb-connector-c.yml @@ -126,6 +126,7 @@ jobs: - name: Check baseline run: | + set +e cd proxysql_3p_testing/test_mariadb-connector-c GHUSER="$(id -u):$(id -g)" diff --git a/.github/workflows/ci-3p-mysql-connector-j.yml b/.github/workflows/ci-3p-mysql-connector-j.yml index 0cef467d7..d688aa929 100644 --- a/.github/workflows/ci-3p-mysql-connector-j.yml +++ b/.github/workflows/ci-3p-mysql-connector-j.yml @@ -117,6 +117,7 @@ jobs: - name: Check baseline run: | + set +e cd proxysql_3p_testing/test_mysql-connector-j GHUSER="$(id -u):$(id -g)" diff --git a/.github/workflows/ci-3p-php-pdo-mysql.yml b/.github/workflows/ci-3p-php-pdo-mysql.yml index 5a5437bdd..2f2cb35d3 100644 --- a/.github/workflows/ci-3p-php-pdo-mysql.yml +++ b/.github/workflows/ci-3p-php-pdo-mysql.yml @@ -117,6 +117,7 @@ jobs: - name: Check baseline run: | + set +e cd proxysql_3p_testing/test_php-pdo-mysql GHUSER="$(id -u):$(id -g)" diff --git a/.github/workflows/ci-3p-postgresql.yml b/.github/workflows/ci-3p-postgresql.yml index d6864a7b6..62b595a48 100644 --- a/.github/workflows/ci-3p-postgresql.yml +++ b/.github/workflows/ci-3p-postgresql.yml @@ -126,6 +126,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + set +e cd proxysql_3p_testing/test_postgresql GHUSER="$(id -u):$(id -g)" diff --git a/.github/workflows/ci-3p-sqlalchemy.yml b/.github/workflows/ci-3p-sqlalchemy.yml index c420c93ba..1229fe1e6 100644 --- a/.github/workflows/ci-3p-sqlalchemy.yml +++ b/.github/workflows/ci-3p-sqlalchemy.yml @@ -121,6 +121,7 @@ jobs: if: ${{ !cancelled() }} id: check_baseline run: | + set +e cd proxysql_3p_testing/test_sqlalchemy GHUSER="$(id -u):$(id -g)"