karashiiro / Simulacrum

Video shimdeo
GNU Affero General Public License v3.0
5 stars 0 forks source link

Reconfigure CI workflows to reuse GHCR publish jobs to run the integration tests #17

Open karashiiro opened 1 week ago

karashiiro commented 1 week ago

Currently, the integration tests build their own container images instead of using the ones from the regular publish/build workflows. These could be made faster if they reused the same images so we don't build twice.

Publishing metadata could be used to allow the correct container images to be selected.