Skip to content

Commit 43442f8

Browse files
committed
fix rnwinit bool
1 parent 97e59c2 commit 43442f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,11 @@ jobs:
4343
fail-fast: true
4444
matrix:
4545
rnwVersion: ['latest', 'v0.76-stable', 'v0.75-stable', 'v0.72-stable'] # test *key* versions that use VS 2022. aka any RNW version >= 0.72 used by supported partners and/or Active/Maintenance from https://microsoft.github.io/react-native-windows/support
46-
include:
47-
- rnwVersion: v0.72-stable
48-
- useRnwWindowsInit: true
4946
uses: ./.github/workflows/template-testcli.yml
5047
with:
5148
vmImage: windows-2022
5249
rnwVersion: ${{ matrix.rnwVersion }}
53-
useRnwWindowsInit: ${{ matrix.useRnwWindowsInit == true }}
50+
useRnwWindowsInit: ${{ matrix.rnwVersion == 'v0.72-stable' }}
5451

5552
call-buildnpmpackage:
5653
name: Build NPM Package

0 commit comments

Comments
 (0)