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

13 lines
No EOL
209 B
YAML

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