diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e389c9..c4d43f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '8.0.x' # Specify the .NET version here + dotnet-version: '8.0.x' - name: Restore dependencies run: dotnet restore @@ -33,10 +33,10 @@ jobs: if: success() || failure() with: name: test-results - path: /test/MoreDotNet.Tests/TestResults/*.trx + path: ./test/MoreDotNet.Test/TestResults/*.trx - name: Coveralls uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: './test/MoreDotNet.Tests/coverage.net8.0.info' \ No newline at end of file + path-to-lcov: './test/MoreDotNet.Test/coverage.net8.0.info' \ No newline at end of file