ls
Some checks failed
/ test (push) Failing after 1s
/ test2 (push) Successful in 1s

This commit is contained in:
sneakers-the-rat 2024-06-29 01:13:22 -07:00
parent 53bb6a6913
commit e00a7a70db
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -3,6 +3,7 @@ jobs:
test: test:
runs-on: docker runs-on: docker
steps: steps:
- run: ls -la /
- run: touch /artifacts/test - run: touch /artifacts/test
test2: test2: