Skip to content

Commit

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

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

0 comments on commit 45e801a

Please sign in to comment.