更新 .gitea/workflows/test.yml
Some checks failed
Run Unit Tests / test (push) Failing after 1m8s

This commit is contained in:
james 2025-05-30 22:35:56 +08:00
parent c2d41fd2d7
commit 269b83abea

View File

@ -10,11 +10,11 @@ on:
jobs:
test:
runs-on: phpunit_test
container: docker.xuanyuan.me/xeden3/php8.1-node-gitea-runner:v1
container: docker.xuanyuan.me/xeden3/php8.1-node-gitea-runner-with-checkout:v1.1 # 使用新的镜像
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: file:///root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab # 强制使用本地缓存版本
- name: Install dependencies
run: |