/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/actions/prepare-ios-tests/action.yml
22 строки
630 B
Rob Hogan
Apply prettier to .yml files + consistent quote style (#57286)
19 июн 2026, 17:03
19 июн 2026, 17:03
738839c
Код
Авторство
О чём код?
name: prepare-ios-tests description: Prepare iOS Tests runs: using: composite steps: - name: Run Ruby Tests shell: bash run: | cd packages/react-native/scripts sh run_ruby_tests.sh - name: Boot iPhone Simulator shell: bash run: source scripts/.tests.env && xcrun simctl boot "$IOS_DEVICE" || true - name: 'Brew: Tap wix/brew' shell: bash run: brew tap wix/brew - name: brew install applesimutils watchman shell: bash run: brew install applesimutils watchman - name: Configure Watchman shell: bash run: echo "{}" > .watchmanconfig