Lines Matching refs:run
46 run: yarn install --frozen-lockfile
48 run: yarn test:web
72 run: sudo xcode-select --switch /Applications/Xcode_14.3.app
74 run: |
79 run: echo "$(pwd)/bin" >> $GITHUB_PATH
94 run: yarn install --frozen-lockfile
96 run: git diff Podfile.lock Pods/Manifest.lock
100 run: yarn react-native config
103 run: pod env
107 run: pod install
110 run: yarn detox:clean
113 run: yarn ios:detox:build:release
120 run: yarn ios:detox:test:release
163 run: echo "$(pwd)/bin" >> $GITHUB_PATH
174 run: yarn install --frozen-lockfile
176 run: yarn react-native config
179 run: expotools android-generate-dynamic-macros --configuration release --bare
181 … run: ./gradlew -DtestBuildType=release :app:assembleRelease :app:assembleAndroidTest --no-daemon