Add own test step
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-12-28 17:20:10 +01:00
parent cb440e7c6d
commit 05686c4cdd

View File

@@ -34,6 +34,19 @@ steps:
depends_on: depends_on:
- compile - compile
- name: test2
image: mcr.microsoft.com/dotnet/sdk:9.0
environment:
CI_WORKSPACE: "/drone/src"
commands:
- curl https://get.docker.com | bash
- dotnet test --no-build
volumes:
- name: dockersock
path: /var/run
depends_on:
- compile
- name: docker build and push - name: docker build and push
image: docker:24.0.7 image: docker:24.0.7
commands: commands: