ci: run the build step somewhere
Some checks failed
ci / ruff (push) Successful in 3s
ci / ty (push) Successful in 5s
ci / tests (push) Successful in 16s
ci / build (push) Failing after 13s

This commit is contained in:
Iain Learmonth 2026-06-22 15:18:13 +01:00
parent 4b3ab92d2a
commit e7bd455b2d

View file

@ -56,6 +56,7 @@ jobs:
build: build:
needs: [ ruff, ty, tests ] needs: [ ruff, ty, tests ]
if: ${{ always() && needs.ruff.result == 'success' && needs.ty.result == 'success' && needs.tests.result == 'success' }} if: ${{ always() && needs.ruff.result == 'success' && needs.ty.result == 'success' && needs.tests.result == 'success' }}
runs-on: docker
container: container:
image: ghcr.io/catthehacker/ubuntu:act-latest image: ghcr.io/catthehacker/ubuntu:act-latest
options: -v /dind/docker.sock:/var/run/docker.sock options: -v /dind/docker.sock:/var/run/docker.sock