Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vip32 committed Apr 25, 2024
1 parent 80b481b commit 6968748
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,11 @@ jobs:
# dotnet list ${{ github.workspace }}/BridgingIT.DevKit.sln package --vulnerable --include-transitive 2>&1 | tee build.log
# test `grep -cm 1 'has the following vulnerable packages' build.log` = 0 || exit 1

- name: Unit tests
run: dotnet test --configuration ${{ env.Build_Configuration }} --no-restore --no-build --nologo --filter ("FullyQualifiedName~UnitTests&FullyQualifiedName!~Examples")

- name: Integration tests
run: dotnet test --configuration ${{ env.Build_Configuration }} --no-restore --no-build --nologo --filter FullyQualifiedName!~Examples
run: dotnet test --configuration ${{ env.Build_Configuration }} --no-restore --no-build --nologo --filter ("FullyQualifiedName~IntegrationTests&FullyQualifiedName!~Examples")

# - name: Run tests
# run: dotnet test '${{ github.workspace }}/tests/**/*UnitTests.csproj' --configuration ${{ env.Build_Configuration }} --no-restore --no-build --nologo
Expand Down

0 comments on commit 6968748

Please sign in to comment.