Don't push docker image if tests fail
This commit is contained in:
parent
09c0aabb0e
commit
6055a4604e
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ jobs:
|
||||||
cd /iceshrimp
|
cd /iceshrimp
|
||||||
dotnet test
|
dotnet test
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
needs:
|
||||||
|
- unit-tests
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: node:16-bullseye
|
image: node:16-bullseye
|
||||||
|
|
Loading…
Add table
Reference in a new issue