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

10 lines
263 B
YAML

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