This commit is contained in:
parent
4f3d8401a9
commit
603377880f
13
.gitea/workflows/test.yaml
Normal file
13
.gitea/workflows/test.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: CI Test
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Hello CI
|
||||||
|
run: |
|
||||||
|
echo "Hello from Gitea CI!"
|
||||||
|
echo "Node version: $(node --version)"
|
||||||
|
echo "Date: $(date)"
|
||||||
|
echo "Hostname: $(hostname)"
|
||||||
Loading…
x
Reference in New Issue
Block a user