Actually require the image to be built for tests
All checks were successful
ci / build-image (push) Successful in 5s
ci / test-image (push) Successful in 8s

This commit is contained in:
Jonathan Cremin 2025-06-12 21:54:12 +01:00
parent 90bce4c345
commit 0984359a77

View file

@ -41,6 +41,7 @@ jobs:
tags: latest ${{ github.sha }}
test-image:
runs-on: self-hosted
needs: build-image
steps:
- name: Check out repository
uses: https://cremin.dev/actions/checkout@v4