Skip to content

Commit

Permalink
test: Remove test-specific sln file. (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Conrad <[email protected]>
  • Loading branch information
philipaconrad authored Sep 5, 2024
1 parent 6b3d425 commit 65781dd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 33 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,8 @@ jobs:
with:
dotnet-version: "6.0.x"
- name: Install dependencies
working-directory: test
run: dotnet restore
- name: Test
working-directory: test
run: dotnet test
env:
EOPA_LICENSE_TOKEN: ${{ secrets.EOPA_LICENSE_TOKEN }}
Expand Down
17 changes: 17 additions & 0 deletions Styra.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Styra", "Styra", "{1E225F02
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Styra.Opa", "Styra\Opa\Styra.Opa.csproj", "{0C84144D-0438-4D9B-A93B-0176B11DCACC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{38C0D109-B1F2-4DCA-9FAB-43B56DD425D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmokeTest.Tests", "test\SmokeTest.Tests\SmokeTest.Tests.csproj", "{49AB856D-E432-4B07-BC38-AD2B105593FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -29,8 +33,21 @@ Global
{0C84144D-0438-4D9B-A93B-0176B11DCACC}.Release|x64.Build.0 = Release|Any CPU
{0C84144D-0438-4D9B-A93B-0176B11DCACC}.Release|x86.ActiveCfg = Release|Any CPU
{0C84144D-0438-4D9B-A93B-0176B11DCACC}.Release|x86.Build.0 = Release|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Debug|x64.ActiveCfg = Debug|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Debug|x64.Build.0 = Debug|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Debug|x86.ActiveCfg = Debug|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Debug|x86.Build.0 = Debug|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Release|Any CPU.Build.0 = Release|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Release|x64.ActiveCfg = Release|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Release|x64.Build.0 = Release|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Release|x86.ActiveCfg = Release|Any CPU
{49AB856D-E432-4B07-BC38-AD2B105593FC}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0C84144D-0438-4D9B-A93B-0176B11DCACC} = {1E225F02-3F08-4DA9-A156-C97A4A3B034D}
{49AB856D-E432-4B07-BC38-AD2B105593FC} = {38C0D109-B1F2-4DCA-9FAB-43B56DD425D9}
EndGlobalSection
EndGlobal
31 changes: 0 additions & 31 deletions test/test.sln

This file was deleted.

0 comments on commit 65781dd

Please sign in to comment.