sample/.forgejo/workflows/demo.yml
Chris Thompson c0ad8dc80d
All checks were successful
/ test (push) Successful in 2s
/ test2 (push) Successful in 2s
Ensure an additional job works
2025-05-22 17:02:00 -04:00

10 lines
166 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good, REALLY
test2:
runs-on: docker
steps:
- run: echo All Good, REALLY