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 5def5e7 Remove the unused artifacts from the ci-unit. (#185)
5def5e7 is described below
commit 5def5e7365f901dbc5398b566b0037eb77cb61a0
Author: entvex <[email protected]>
AuthorDate: Mon Oct 9 12:20:18 2023 +0200
Remove the unused artifacts from the ci-unit. (#185)
---
.github/workflows/ci-unit.yaml | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/.github/workflows/ci-unit.yaml b/.github/workflows/ci-unit.yaml
index 2844db8..c3c983c 100644
--- a/.github/workflows/ci-unit.yaml
+++ b/.github/workflows/ci-unit.yaml
@@ -43,21 +43,6 @@ jobs:
echo 'Dotnet Version: ${{ steps.setupstep.outputs.dotnet-version }}'
dotnet test ./tests/DotPulsar.Tests/DotPulsar.Tests.csproj --logger
"trx;verbosity=detailed"
- - name: package artifacts
- if: failure()
- run: |
- rm -rf artifacts
- mkdir artifacts
- find . -type d -name "TestResults" -exec cp --parents -R {}
artifacts/ \;
- zip -r artifacts.zip artifacts
-
- - name: upload artifacts
- uses: actions/upload-artifact@v3
- if: failure()
- with:
- name: artifacts
- path: artifacts.zip
-
doc-tests:
runs-on: ubuntu-latest
timeout-minutes: 120