configs/.forgejo/workflows/demo.yaml
sneakers-the-rat c4a118eb35
Some checks failed
/ test (push) Failing after 23s
/ test2 (push) Successful in 26s
demo
2024-06-29 00:58:11 -07:00

11 lines
No EOL
165 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- run: touch /artifacts/test
test2:
runs-on: ubuntu-latest
steps:
- run: echo All Good