Fix RNTester folder name in CI checks

This commit is contained in:
Adam Gleitman 2021-09-17 17:47:22 -07:00
Родитель b30cc009be
Коммит eda46e3bc9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -33,7 +33,7 @@ steps:
displayName: pod install
inputs:
script: |
cd RNTester
cd packages/rn-tester
pod install
- task: ShellScript@2