Files
zulip-platform-plugins/.gitea/workflows/minimal.yml
T
Abiba (pi) 9611f935bc
Minimal Test / test (push) Successful in 2s
CI / validate (pull_request) Failing after 1s
CI / deploy (pull_request) Has been skipped
test: minimal workflow
2026-06-28 00:45:02 +00:00

10 lines
149 B
YAML

name: Minimal Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "HELLO_WORLD"
- run: pwd
- run: ls -la