Signed-off-by: karylab <blisseyblisseyblissey@gmail.com>
This commit is contained in:
12
.gitea/workflows/test.yaml
Normal file
12
.gitea/workflows/test.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Test Runner
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test-check:
|
||||
runs-on: ubuntu-latest # 確保這跟你在方法 1 看到的 Labels 其中一個對應
|
||||
steps:
|
||||
- name: Say Hello
|
||||
run: echo "Runner 活著!現在時間 $(date)"
|
||||
|
||||
- name: Test Docker Access
|
||||
run: docker ps # 測試能不能呼叫 DinD
|
||||
Reference in New Issue
Block a user