Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
run all the tests
  • Loading branch information
mattiasnordqvist committed Feb 26, 2021
1 parent 4150aa4 commit 3153280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build with dotnet
run: dotnet build WebAnchor/WebAnchor.csproj --configuration Debug --no-restore
- name: Test
run: dotnet test WebAnchor.Tests/WebAnchor.Tests.csproj /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov
run: dotnet test **/*.Tests.csproj /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.0.1
with:
Expand Down

0 comments on commit 3153280

Please sign in to comment.