fix: test 使用完整版
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-04-23 20:52:30 +08:00
parent 6595a39abe
commit 9653260567

View File

@@ -10,7 +10,13 @@ jobs:
runs-on: ubuntu
steps:
- name: Echo hello
run: echo "Hello Gitea Actions!"
run: |
echo "Hello Gitea Actions!"
- name: Show system info
run: uname -a
run: |
uname -a
- name: Show current directory
run: |
pwd