Files
android-hello-world/.gitea/workflows/build.yaml
T
gitea_admin 8e1c96e2f4
Test / test (push) Failing after 0s
Simplest possible workflow
2026-05-16 15:51:15 +02:00

9 lines
101 B
YAML

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "hello"