Add test token

This commit is contained in:
crazywhalecc
2024-06-25 01:17:46 +08:00
parent b9d83123b1
commit c6ab808389

View File

@@ -178,7 +178,7 @@ jobs:
max_attempts: 3 max_attempts: 3
retry_on: error retry_on: error
command: | command: |
bin/spc download --for-extensions="$(php src/globals/test-extensions.php extensions)" --for-libs="$(php src/globals/test-extensions.php libs)" --with-php=${{ matrix.php }} --ignore-cache-sources=php-src,libcares --debug --retry=3 GITHUB_TOKEN=${{ env.GITHUB_TOKEN }} bin/spc download --for-extensions="$(php src/globals/test-extensions.php extensions)" --for-libs="$(php src/globals/test-extensions.php libs)" --with-php=${{ matrix.php }} --ignore-cache-sources=php-src,libcares --debug --retry=3
- name: "Run Build Tests (build, *nix)" - name: "Run Build Tests (build, *nix)"
if: matrix.os != 'windows-latest' if: matrix.os != 'windows-latest'