This is an automated email from the ASF dual-hosted git repository.
blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 197b5cc Stop duplicate code comments for code review. (#181)
197b5cc is described below
commit 197b5cc3bf442f38cf2a9f48b037a1fa39449f99
Author: entvex <[email protected]>
AuthorDate: Mon Oct 9 13:23:58 2023 +0200
Stop duplicate code comments for code review. (#181)
When reviewing a pull request, duplicated errors pollute the code view
unnecessarily.
Co-authored-by: David Jensen <[email protected]>
---
.github/workflows/ci-unit.yaml | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/.github/workflows/ci-unit.yaml b/.github/workflows/ci-unit.yaml
index c3c983c..0dc26f8 100644
--- a/.github/workflows/ci-unit.yaml
+++ b/.github/workflows/ci-unit.yaml
@@ -42,20 +42,3 @@ jobs:
run: |
echo 'Dotnet Version: ${{ steps.setupstep.outputs.dotnet-version }}'
dotnet test ./tests/DotPulsar.Tests/DotPulsar.Tests.csproj --logger
"trx;verbosity=detailed"
-
- doc-tests:
- runs-on: ubuntu-latest
- timeout-minutes: 120
- steps:
- - uses: actions/checkout@v3
- - name: Setup dotnet
- uses: actions/setup-dotnet@v3
- id: setupstep
- with:
- dotnet-version: '7.0.x'
- - name: Build docs with docfx
- run: |
- echo 'Dotnet Version: ${{ steps.setupstep.outputs.dotnet-version }}'
- dotnet tool update -g docfx
- dotnet build -p:TargetFramework=net7.0
- docfx docs/api/docfx.json