Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Jun 30, 2024
1 parent 600ea32 commit e42352d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ jobs:
run-tests:
runs-on: ubuntu-20.04
steps:
- run: dotnet test
- uses: actions/[email protected]
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- run: dotnet test TwitchDownloaderWPF.sln
continue-on-error: true

build-gui:
Expand Down

0 comments on commit e42352d

Please sign in to comment.