Files
test/.gitea/workflows/test.yml
T
admin 2fa6f22361
Test CI / build (push) Failing after 14m52s
Add .gitea/workflows/test.yml
2026-06-12 16:54:53 +07:00

13 lines
318 B
YAML

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!"