You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by bl...@apache.org on 2020/06/24 08:50:44 UTC

[pulsar-dotpulsar] branch master updated: Remove stress test from CI (#44)

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 d66d72b  Remove stress test from CI (#44)
d66d72b is described below

commit d66d72baa56820e0c021e9cf54c4a67693b8c7a1
Author: Aaron Robert <Ro...@outlook.com>
AuthorDate: Wed Jun 24 16:50:36 2020 +0800

    Remove stress test from CI (#44)
    
    * Remove stress test from ci
    
    * Add ci badge
    
    * Fix path error
---
 .github/workflows/ci-unit.yaml | 4 ++--
 README.md                      | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci-unit.yaml b/.github/workflows/ci-unit.yaml
index e241abb..55a39bc 100644
--- a/.github/workflows/ci-unit.yaml
+++ b/.github/workflows/ci-unit.yaml
@@ -47,7 +47,7 @@ jobs:
         with:
           dotnet-version: '2.2.x'
 
-      - name: setup dotnet SxS
+      - name: set up dotnet SxS
         shell: pwsh
         run: |
           $version = Split-Path (Split-Path $ENV:DOTNET_ROOT -Parent) -Leaf;
@@ -61,7 +61,7 @@ jobs:
           }
 
       - name: run unit tests
-        run: dotnet test --logger "trx;verbosity=detailed"
+        run: dotnet test ./tests/DotPulsar.Tests/DotPulsar.Tests.csproj --logger "trx;verbosity=detailed"
 
       - name: package artifacts
         if: failure()
diff --git a/README.md b/README.md
index ac0bd99..6eb410f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-# DotPulsar
+# DotPulsar
+
+![CI - Unit](https://github.com/apache/pulsar-dotpulsar/workflows/CI%20-%20Unit/badge.svg)
 
 .NET/C# client library for [Apache Pulsar](https://pulsar.apache.org/).