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
|
||||
dotnet test
|
||||
build-and-push:
|
||||
needs:
|
||||
- unit-tests
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:16-bullseye
|
||||
|
|
Loading…
Add table
Reference in a new issue