Don't push docker image if tests fail

This commit is contained in:
Laura Hausmann 2024-01-20 22:02:55 +01:00
parent 09c0aabb0e
commit 6055a4604e
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -15,6 +15,8 @@ jobs:
cd /iceshrimp
dotnet test
build-and-push:
needs:
- unit-tests
runs-on: docker
container:
image: node:16-bullseye