Skip to content

Commit

Permalink
Only test projects with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Jun 30, 2024
1 parent 13525c3 commit 114671b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- run: dotnet test TwitchDownloaderWPF.sln
- run: dotnet test TwitchDownloaderCLI.Tests
- run: dotnet test TwitchDownloaderCore.Tests

build-gui:
runs-on: windows-latest
needs: [run-tests]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

Expand Down

0 comments on commit 114671b

Please sign in to comment.