更新 .gitea/workflows/test.yaml
All checks were successful
构建上传工具 / build-tool (push) Successful in 7s
All checks were successful
构建上传工具 / build-tool (push) Successful in 7s
This commit is contained in:
16
.gitea/workflows/test.yaml
Normal file
16
.gitea/workflows/test.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: 构建上传工具
|
||||
on: [ push ]
|
||||
|
||||
jobs:
|
||||
build-tool:
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 检出代码
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: test
|
||||
run: |
|
||||
cd ~
|
||||
pwd
|
||||
Reference in New Issue
Block a user