bilhej/.forgejo/workflows
Joakim Mörling b41124b141
Some checks failed
CI / Lint, type check, unit tests, coverage (push) Failing after 1m38s
CI / E2E browser tests (push) Failing after 2s
fix: use git init + fetch checkout to handle non-empty workspace
- Replace git clone . with git init + git fetch + git checkout FETCH_HEAD
  Runner pre-creates workspace directory, so git clone . fails
- Use GITHUB_SHA to fetch exact commit, matching original checkout behavior
- Add DOCKER_HOST=tcp://dind:2375 to E2E job step env
2026-05-19 16:32:47 +02:00
..
ci.yml fix: use git init + fetch checkout to handle non-empty workspace 2026-05-19 16:32:47 +02:00