测试:下载并显示 README
Some checks are pending
Local Test / test (push) Waiting to run

This commit is contained in:
ben
2026-02-02 02:13:11 +00:00
parent 588c2e4088
commit c0cfcb55eb

View File

@@ -6,7 +6,8 @@ jobs:
test: test:
runs-on: ubuntu:host runs-on: ubuntu:host
steps: steps:
- run: echo "Hello from local runner" - run: |
- run: date echo "=== 下载 README ==="
- run: whoami curl -s https://gitea.tailnet-68f9.ts.net/ben/modelscope/raw/branch/main/README.md -o /tmp/readme.md
- run: pwd cat /tmp/readme.md
echo "=== 完成 ==="