Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pm7y committed Apr 7, 2021
1 parent 2c3c276 commit f978da2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,17 @@ jobs:
- name: get the code
uses: actions/checkout@v2

- name: test
- name: build and test
run: dotnet test
--configuration ${{ env.CONFIGURATION }}
--nologo
--runtime ${{ matrix.runtime }}
/p:BuildNumber=${{ env.BUILD_NUMBER }}
/p:Version=${{ env.BUILD_NUMBER }}
--nologo
/p:WarningLevel=4
/p:TreatWarningsAsErrors=true
/p:NoWarn=""
/p:WarningsAsErrors=""
--filter "Category=unit|Category=integration"
${{ env.PROJECT_PATH }}
${{ env.SOLUTION_PATH }}

- name: publish
run: dotnet publish
Expand Down

0 comments on commit f978da2

Please sign in to comment.