test/.forgejo/workflows/demo.yaml
Job van der Valk cc99ea79d8
All checks were successful
/ test (push) Successful in 10s
image test
2024-05-30 15:47:56 +02:00

9 lines
139 B
YAML

on: [push]
jobs:
test:
runs-on: docker
container:
image: debian:stable-slim
steps:
- run: echo "hello world"