Files
test/.gitea/workflows/test.yml
Anton Sinitsyn 171715e2ba
All checks were successful
Test CI / test (push) Successful in 5s
Fix workflow to use ubuntu-latest label
2026-02-10 04:37:11 +00:00

18 lines
289 B
YAML

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