豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 5d6d90f

Browse files
authored
Create test.yaml
1 parent dc66230 commit 5d6d90f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Test Self-Hosted Runner
2+
3+
on: [push]
4+
5+
jobs:
6+
test-runner:
7+
runs-on: [self-hosted, podman]
8+
steps:
9+
- name: Say hello
10+
run: echo "Hello from podman runner!"

0 commit comments

Comments
 (0)