Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xBaank authored Aug 19, 2024
1 parent d833e00 commit 8453b8c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

- name: Install dependencies
run: |
dotnet restore
- name: Build
run: cd Tests && dotnet build -r ${{ matrix.rid }}
- name: Build Debug
run: dotnet build --configuration Debug --no-restore

# Platform-specific custom steps
- name: Set up PulseAudio (Linux only)
Expand All @@ -41,7 +45,7 @@ jobs:
pactl set-default-sink VirtualSink
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --verbosity normal
pack:
strategy:
matrix:
Expand Down

0 comments on commit 8453b8c

Please sign in to comment.