Compare commits

...

7 commits
test ... master

Author SHA1 Message Date
f616370be7 Update .forgejo/workflows/demo.yml
Some checks failed
/ A job to say hello (push) Failing after 4s
2024-07-25 16:20:14 +00:00
826e8899fd Update .forgejo/workflows/demo.yml
Some checks failed
/ A job to say hello (push) Failing after 2s
2024-07-25 16:17:45 +00:00
594b8595ab Update .forgejo/workflows/demo.yml
Some checks failed
/ A job to say hello (push) Failing after 42s
2024-07-25 16:10:25 +00:00
c37caa273e Update .forgejo/workflows/demo.yml
Some checks failed
/ A job to say hello (push) Failing after 21s
2024-07-25 16:07:23 +00:00
256882d841 Update .forgejo/workflows/demo.yml
Some checks failed
/ A job to say hello (push) Failing after 4s
2024-06-26 20:10:00 +00:00
4d3c3a1037 Update .forgejo/workflows/demo.yml
Some checks failed
/ A job to say hello (push) Has been cancelled
2024-06-26 20:04:33 +00:00
de03b6bc57 Update .forgejo/workflows/demo.yml 2024-06-26 20:03:50 +00:00

View file

@ -3,9 +3,8 @@ jobs:
build:
env:
RUNNER_TOOL_CACHE: /toolcache
runs-on: docker
runs-on: podman
name: A job to say hello
steps:
- run: ls -l /
- run: ls -l /opt
- run: echo 'lol' >> /opt/hostedtoolcache/omg.txt
- run: cat /opt/hostedtoolcache/omg.txt
- name: podman
run: podman run -it --rm alpine echo hello world