Bis group - Pump the breaks (inrem machine)
.forgejo | ||
configs | ||
kicad | ||
pump-the-breaks | ||
pump-the-breaks-modbus-test | ||
pump-the-breaks-screens | ||
pump-the-breaks-signer | ||
sdmake | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
keys |
Testing workflows locally
Use the following command to test workflows locally:
podman run --rm -u 0:0 --privileged -v ./.cache:/data/.cache -v /var/run/docker.sock:/var/run/docker.sock -v ./:/data code.forgejo.org/forgejo/runner:9 forgejo-runner exec -C /data
Or for specific job
podman run --rm -u 0:0 --privileged -v ./.cache:/data/.cache -v /var/run/docker.sock:/var/run/docker.sock -v ./:/data code.forgejo.org/forgejo/runner:9 forgejo-runner exec -C /data --list
podman run --rm -u 0:0 --privileged -v ./.cache:/data/.cache -v /var/run/docker.sock:/var/run/docker.sock -v ./:/data code.forgejo.org/forgejo/runner:9 forgejo-runner exec -C /data --job [name]
More info:
podman run --rm code.forgejo.org/forgejo/runner:9 forgejo-runner exec --help