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"