Fix yaml indentation and print solutions
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2020-12-03 21:17:53 -05:00
parent 8bf051f52c
commit 6eb53b23bc
Signed by: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,8 @@ kind: pipeline
name: run
steps:
- name: run
image: mcr.microsoft.com/dotnet/sdk:latest
commands:
- dotnet test
- name: run
image: mcr.microsoft.com/dotnet/sdk:latest
commands:
- dotnet test
- dotnet run --project aoc2020/aoc2020.csproj