Skip to content

Commit 0a8264b

Browse files
authored
Update .ado/templates/react-native-init-windows.yml
1 parent 493f23f commit 0a8264b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ado/templates/react-native-init-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ steps:
160160
buildLogDirectory: '$(Build.BinariesDirectory)\${{ parameters.platform }}\${{ parameters.configuration }}\BuildLogs'
161161

162162
# Only run the following on fabric apps
163-
- ${{ if and(endsWith(parameters.template, '-app')) }}:
163+
- ${{ if endsWith(parameters.template, '-app') }}:
164164
- script: call yarn test:windows
165165
displayName: Run jest tests with react-test-renderer
166166
workingDirectory: $(Agent.BuildDirectory)\testcli

0 commit comments

Comments
 (0)