joeverfin/.forgejo/workflows/build_and_deploy.yaml
mustard 74d30ef4f1
Some checks failed
/ test (push) Failing after 2s
just a bit more debugging
2025-08-31 12:24:08 +02:00

10 lines
258 B
YAML

on: [push]
jobs:
test:
runs-on: "fedora"
steps:
- run: git clone "https://forgejoever.homelab0ne.xyz/mustard/joeverfin"
- run: pwd && ls
- run: cd joeverfin
- run: pwd && ls
- run: podman build . -t "joeverfin:latest"