Add .gitea/workflows/test.yml
Test CI / build (push) Failing after 14m52s

This commit is contained in:
2026-06-12 16:54:53 +07:00
commit 2fa6f22361
+13
View File
@@ -0,0 +1,13 @@
name: Test CI
on: [push]
jobs:
build:
# Label này sẽ khớp với ubuntu-latest:docker://node:20-bullseye
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run a hello world
run: echo "Hello, workflow đang chạy thành công!"