Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vip32 committed Apr 25, 2024
1 parent a608fbd commit c7a6857
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,8 @@ 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 '${{ github.workspace }}/**/*[Tt]ests/*UnitTests.csproj' --configuration ${{ env.Build_Configuration }} --no-restore --no-build --nologo

- name: Integration tests
run: dotnet test '${{ github.workspace }}/**/*[Tt]ests/*IntegrationTests.csproj' --configuration ${{ env.Build_Configuration }} --no-restore --no-build --nologo --filter FullyQualifiedName!~Examples
- name: Run tests
run: dotnet test --configuration ${{ env.Build_Configuration }} --no-restore --no-build --nologo

# - name: Package pack (nuget)
# run: dotnet pack --configuration ${{ env.Build_Configuration }} --no-restore --no-build --nologo ${{ env.Solution_Name }} --no-build --output ${{ env.NuGet_Directory }}
Expand Down

0 comments on commit c7a6857

Please sign in to comment.