diff --git a/.github/workflows/test_plugins.yml b/.github/workflows/test_plugins.yml index 1f218d523e..39fbe4d507 100644 --- a/.github/workflows/test_plugins.yml +++ b/.github/workflows/test_plugins.yml @@ -27,7 +27,7 @@ jobs: # Add a ProjectReference to the local Neo project # Assuming the neo project's main .csproj is in its src/neo directory # Adding the ProjectReference to the Directory.Build.props is unconventional, but for the sake of this example, let's do it. - sed -i '/<\/ItemGroup>/i \ ' $props_path + sed -i '/<\/ItemGroup>/i \ ' $props_path - name: Setup .NET Core uses: actions/setup-dotnet@v1 @@ -43,6 +43,6 @@ jobs: # Add test steps - name: Test neo-modules run: | - cd neo-modules/ + cd neo-modules/tests dotnet test