This commit is contained in:
commit
3fc9485b4b
16
.gitea/workflows/test.yml
Normal file
16
.gitea/workflows/test.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Test Gitea Runner
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
jobs:
|
||||||
|
test-runner:
|
||||||
|
runs-on: actions
|
||||||
|
steps:
|
||||||
|
- name: Checkout Code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Run Test Script
|
||||||
|
run: |
|
||||||
|
chmod +x test.sh
|
||||||
|
./test.sh
|
2
README.md
Normal file
2
README.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Gitea Runner Test Repo
|
||||||
|
This repository is used to test Gitea Runner configurations.
|
Loading…
x
Reference in New Issue
Block a user