add test workflow to study
CI Demo / test (push) Failing after 0s

This commit is contained in:
2026-07-02 09:11:36 +00:00
parent beffcdf531
commit f9b345dc78
+12
View File
@@ -0,0 +1,12 @@
name: CI Demo
on: [push]
jobs:
test:
runs-on: act_runner1
steps:
- name: Run arbitrary command
- run: |
echo "Hello from Gitea Actions!"
date
uname -a