From ae2093a112ebde28d31059cd69df22865719df1d Mon Sep 17 00:00:00 2001 From: 97WaterPolo Date: Fri, 30 Dec 2022 21:36:58 -0800 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 631d48d..1509c6d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,8 +12,8 @@ steps: image: mcr.microsoft.com/dotnet/sdk:5.0 commands: - ls - - ls ../ - - ls ../../ + - cd AOC2021.Test + - ls - dotnet test AOC2021.Test --logger "console;verbosity=detailed" - name: build-aoc-2021