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 8453b8c commit c110022
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
rid:
- win-x64
- linux-x64
- osx-arm64
- osx-x64

runs-on: ${{ startsWith(matrix.rid, 'win-') && 'windows-latest' || startsWith(matrix.rid, 'osx-') && 'macos-latest' || 'ubuntu-latest' }}
timeout-minutes: 10
Expand All @@ -31,8 +31,8 @@ jobs:
run: |
dotnet restore
- name: Build Debug
run: dotnet build --configuration Debug --no-restore
- name: Build Release
run: dotnet build --configuration Release --no-restore

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

0 comments on commit c110022

Please sign in to comment.