Files
test/.gitea/workflows/test.yml
Anton Sinitsyn 152c2c5504
Some checks are pending
Test CI / test (push) Waiting to run
Обновить .gitea/workflows/test.yml
2026-02-09 20:29:52 +00:00

18 lines
280 B
YAML

name: Test CI
on: [push, pull_request]
jobs:
test:
runs-on: host
steps:
- uses: actions/checkout@v4
- name: Run test
run: |
echo "Hello, Gitea Actions!"
echo "Runner is working!"
whoami
pwd
ls -la