lubitest/.forgejo/workflows/demo.yml
lubiana a8e0227eeb
Some checks failed
/ build (push) Has been cancelled
lol
2024-06-10 20:58:34 +02:00

11 lines
249 B
YAML

on: [push]
jobs:
build:
env:
RUNNER_TOOL_CACHE: /toolcache
runs-on: docker
steps:
- run: ls -l /
- run: ls -l /opt
- run: echo 'lol' >> /opt/hostedtoolcache/omg.txt
- run: cat /opt/hostedtoolcache/omg.txt