This commit is contained in:
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
|
Reference in New Issue
Block a user