mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
Use fixed abxpkg tag in CI
This commit is contained in:
parent
8d9702b423
commit
062e4e12fd
3
.github/scripts/clone_abx_repo.sh
vendored
3
.github/scripts/clone_abx_repo.sh
vendored
@ -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"
|
||||
;;
|
||||
|
||||
1
.github/workflows/test-parallel.yml
vendored
1
.github/workflows/test-parallel.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user