Add .gitea/workflows/test.yml
All checks were successful
Test / test-ci (push) Successful in 54s

This commit is contained in:
2025-04-20 01:12:29 -04:00
parent 4005aa2d7f
commit 7e69ebd48d

23
.gitea/workflows/test.yml Normal file
View File

@@ -0,0 +1,23 @@
name: Test
on:
push:
branches:
- main
workflow_dispatch:
jobs:
test-ci:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Test
run: |
whoami
env
- name: Print success
run: echo "✅ Rootless Docker is working inside Gitea act_runner"