Drone yml changes to include file.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
3521f249a7
commit
5cb7425124
@ -11,8 +11,7 @@ steps:
|
|||||||
- name: test
|
- name: test
|
||||||
image: mcr.microsoft.com/dotnet/sdk:5.0
|
image: mcr.microsoft.com/dotnet/sdk:5.0
|
||||||
commands:
|
commands:
|
||||||
- cd AOC2021.Test
|
- dotnet test AOC2021.Test
|
||||||
- dotnet test
|
|
||||||
|
|
||||||
- name: build-aoc-2021
|
- name: build-aoc-2021
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
using AOC2021.Models;
|
using AOC2021.Models;
|
||||||
using AOC2021.Tests.Models;
|
using AOC2021.Tests.Models;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace AOC2021.Test
|
namespace AOC2021.Test
|
||||||
{
|
{
|
||||||
@ -53,6 +50,7 @@ namespace AOC2021.Test
|
|||||||
day = (AOCDay)(IAOCService)Activator.CreateInstance(x);
|
day = (AOCDay)(IAOCService)Activator.CreateInstance(x);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Console.WriteLine($"Retrieving route for {route}. Found {day}");
|
||||||
return (AOCDay)day;
|
return (AOCDay)day;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user