configs/.forgejo/workflows/demo.yaml
sneakers-the-rat e00a7a70db
Some checks failed
/ test (push) Failing after 1s
/ test2 (push) Successful in 1s
ls
2024-06-29 01:13:22 -07:00

12 lines
No EOL
187 B
YAML

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