This commit is contained in:
13
.gitea/workflows/test.yml
Normal file
13
.gitea/workflows/test.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Test CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check runner
|
||||||
|
run: |
|
||||||
|
echo "Runner is working"
|
||||||
|
uname -a
|
||||||
Reference in New Issue
Block a user