Add workflow
This commit is contained in:
23
.gitea/workflow/ci.yml
Normal file
23
.gitea/workflow/ci.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
name: Test
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test-ci:
|
||||||
|
runs-on: ubuntu
|
||||||
|
|
||||||
|
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"
|
||||||
Reference in New Issue
Block a user