Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Nov 7, 2023
1 parent 45e801a commit 3916972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
POWERSHELL_TELEMETRY_OPTOUT: 1
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
DOTNET_INSTALL_DIR: D:\dotnet
# DOTNET_INSTALL_DIR: D:\dotnet

jobs:
build:
runs-on: ${{ matrix.os }}
name: Test
strategy:
matrix:
n: [1,2,3,4,5]
n: [1,2,3,4,5,6,7,8,9,10]
os: [windows-2019, windows-2022]
cache: [false, true]
fail-fast: false
Expand Down

0 comments on commit 3916972

Please sign in to comment.