Bis group - Pump the breaks (inrem machine)
Find a file
Ryan Saebu 16a46baf7b
Some checks failed
Build Docker Image / Setup Environment (push) Successful in 0s
Build Docker Image / Setup Environment-1 (push) Failing after 2s
Trying to autobuild
2025-10-08 13:59:38 +02:00
.forgejo Trying to autobuild 2025-10-08 13:59:38 +02:00
configs fix: Building pump-the-breaks 2025-10-08 13:55:05 +02:00
kicad initial commit 🎉 2025-10-08 12:26:37 +02:00
pump-the-breaks fix: Building pump-the-breaks 2025-10-08 13:55:05 +02:00
pump-the-breaks-modbus-test initial commit 🎉 2025-10-08 12:26:37 +02:00
pump-the-breaks-screens fix: Building pump-the-breaks 2025-10-08 13:55:05 +02:00
pump-the-breaks-signer initial commit 🎉 2025-10-08 12:26:37 +02:00
sdmake initial commit 🎉 2025-10-08 12:26:37 +02:00
.gitignore initial commit 🎉 2025-10-08 12:26:37 +02:00
Cargo.lock fix: Building pump-the-breaks 2025-10-08 13:55:05 +02:00
Cargo.toml fix: Building pump-the-breaks 2025-10-08 13:55:05 +02:00
keys fix: Building pump-the-breaks 2025-10-08 13:55:05 +02:00

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