From 2cd8d2be0555ce598ec19d25ceed117ca354f128 Mon Sep 17 00:00:00 2001 From: jonathansligh-nimbus Date: Wed, 18 Sep 2024 11:07:39 -0500 Subject: [PATCH] Fixing RTB Tests Copied from OpenRTB Repo (#49) Cleaned up and updated to run tests from ORTB Repo in a new set of Github actions. --- .github/workflows/rtbworkflow.yml | 3 +-- .../Runtime/Plugins/RTB.Tests/OpenRTB.Tests.csproj | 8 ++++---- .../Runtime/Plugins/RTB.Tests/packages.config | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/rtbworkflow.yml b/.github/workflows/rtbworkflow.yml index bcb6a0ec..e545c3c4 100644 --- a/.github/workflows/rtbworkflow.yml +++ b/.github/workflows/rtbworkflow.yml @@ -11,7 +11,6 @@ on: - 'com.adsbynimbus.nimbus/Runtime/Plugins/**' - '.github/workflows/rtbworkflow*' - jobs: tests: name: Running CSharp Tests @@ -22,7 +21,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 - + - uses: actions/cache@v4 with: path: ~/.nuget/packages diff --git a/com.adsbynimbus.nimbus/Runtime/Plugins/RTB.Tests/OpenRTB.Tests.csproj b/com.adsbynimbus.nimbus/Runtime/Plugins/RTB.Tests/OpenRTB.Tests.csproj index 02060100..d41bc04d 100644 --- a/com.adsbynimbus.nimbus/Runtime/Plugins/RTB.Tests/OpenRTB.Tests.csproj +++ b/com.adsbynimbus.nimbus/Runtime/Plugins/RTB.Tests/OpenRTB.Tests.csproj @@ -2,7 +2,7 @@ - + Debug @@ -46,8 +46,8 @@ - - ..\packages\NUnit.3.5.0\lib\net45\nunit.framework.dll + + ..\packages\NUnit.3.14.0\lib\net45\nunit.framework.dll @@ -68,7 +68,7 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}. - + diff --git a/com.adsbynimbus.nimbus/Runtime/Plugins/RTB.Tests/packages.config b/com.adsbynimbus.nimbus/Runtime/Plugins/RTB.Tests/packages.config index 855b29d7..dde7ca31 100644 --- a/com.adsbynimbus.nimbus/Runtime/Plugins/RTB.Tests/packages.config +++ b/com.adsbynimbus.nimbus/Runtime/Plugins/RTB.Tests/packages.config @@ -1,8 +1,8 @@ - + - - + + \ No newline at end of file