From 8dafc00a80d05cee105e42b1e2ec03def14fd279 Mon Sep 17 00:00:00 2001 From: mjkkirschner Date: Wed, 31 Jan 2024 12:36:36 -0500 Subject: [PATCH] remove download from action and add to csproj --- .github/workflows/build.yml | 8 -------- IronPythonTests/IronPythonTests.csproj | 9 ++++++--- IronPythonTests/TestServices.dll.config | 2 +- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68a06e8..b01826b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,14 +28,6 @@ jobs: } else { Write-Error "python node dll was not found!" } - - name: Get DynamoRuntime from s3 - run: | - curl -o DynamoRuntime.zip https://dyn-builds-data.s3-us-west-2.amazonaws.com/DynamoCoreRuntime3.0.2.zip - ls - - name: Extract DynamoRuntime - run: | - 7z x DynamoRuntime.zip -o${{ github.workspace }}\DSIronPython\IronPythonTests\bin\Release\net8.0\DynamoRuntime - - name: Run test with the dotnet CLI run: | dotnet test ${{ github.workspace }}\DSIronPython -p:Configuration=Release --filter "TestCategory!=Failure" --logger "trx;LogFileName=results.trx" --results-directory ${{ github.workspace }}\DSIronPython\TestResults diff --git a/IronPythonTests/IronPythonTests.csproj b/IronPythonTests/IronPythonTests.csproj index 1613331..463ed40 100644 --- a/IronPythonTests/IronPythonTests.csproj +++ b/IronPythonTests/IronPythonTests.csproj @@ -8,8 +8,6 @@ - - @@ -19,4 +17,9 @@ Always - \ No newline at end of file + + + + + + diff --git a/IronPythonTests/TestServices.dll.config b/IronPythonTests/TestServices.dll.config index 751fdb3..b9623ed 100644 --- a/IronPythonTests/TestServices.dll.config +++ b/IronPythonTests/TestServices.dll.config @@ -1,7 +1,7 @@  - + \ No newline at end of file