Skip to content

Commit

Permalink
updated package.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
babaktaremi committed Jul 24, 2023
1 parent b465adc commit 6a5b584
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ jobs:
name: "Run the unit tests"
runs-on: ubuntu-latest
steps:

- name: "run xUnit"
run: |
ls
cd src
cd test
cd CleanArc.Test.Infrastructure.Identity
dotnet test
fail-on-error : true
run: dotnet test --logger "trx;LogFileName=test-results.trx" || true

- name: Test Report
uses: dorny/test-reporter@v1
if: always()
with:
name: Unit Tests
path: "**/test-results.trx"
reporter: dotnet-trx
fail-on-error: true


publish:
Expand Down
2 changes: 1 addition & 1 deletion CleanArcTemplate.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>

<id>Bobby.CleanArcTemplate</id>
<version>4.0.2</version>
<version>4.0.3</version>
<title>Clean Architecture Solution Template</title>
<authors>BabakTaremi</authors>
<description>Clean Architecture Solution Template for and .NET 7. With many features available out of the box</description>
Expand Down

0 comments on commit 6a5b584

Please sign in to comment.