added file test.yaml

This commit is contained in:
evepagente 2025-04-03 13:01:56 +08:00
parent 954be85d1b
commit d617514282
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,16 @@
name: CI Test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Run a Test Script
run: echo "CI/CD Test Running!"

13
.runner Normal file
View File

@ -0,0 +1,13 @@
{
"WARNING": "This file is automatically generated by act-runner. Do not edit it manually unless you know what you are doing. Removing this file will cause act runner to re-register as a new runner.",
"id": 19,
"uuid": "27503ced-85f8-4929-9dd0-d1b3ce11c547",
"name": "runner",
"token": "cf4ad2755902c6ebee018ee564a8793f7210b82d",
"address": "https://gitea.qoneqtor.com/",
"labels": [
"ubuntu-latest:docker://gitea/runner-images:ubuntu-latest",
"ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04",
"ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
]
}