diff --git a/.github/scripts/clone_abx_repo.sh b/.github/scripts/clone_abx_repo.sh index 1a5e788e..2ca24c67 100755 --- a/.github/scripts/clone_abx_repo.sh +++ b/.github/scripts/clone_abx_repo.sh @@ -5,6 +5,9 @@ repo_name="$1" target_dir="${2:-$repo_name}" case "$repo_name" in + abxpkg) + version="1.11.229" + ;; abx-plugins) version="1.11.232" ;; diff --git a/.github/workflows/test-parallel.yml b/.github/workflows/test-parallel.yml index 4d8ce9fb..0af050d7 100644 --- a/.github/workflows/test-parallel.yml +++ b/.github/workflows/test-parallel.yml @@ -374,7 +374,6 @@ jobs: - name: Run plugin tests - ${{ matrix.plugin.name }} env: - ABXPKG_NO_CACHE: "true" ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} TWOCAPTCHA_API_KEY: ${{ secrets.TWOCAPTCHA_API_KEY }} API_KEY_2CAPTCHA: ${{ secrets.TWOCAPTCHA_API_KEY }}