This commit is contained in:
17
.gitea/workflows/test.yml
Normal file
17
.gitea/workflows/test.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Test CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: host
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Run test
|
||||
run: |
|
||||
echo "Hello, Gitea Actions!"
|
||||
echo "Runner is working!"
|
||||
whoami
|
||||
pwd
|
||||
ls -la
|
||||
Reference in New Issue
Block a user