|
56 | 56 | - run: sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
|
57 | 57 | if: ${{ matrix.platform == 'ios' }}
|
58 | 58 |
|
59 |
| - - run: corepack enable |
| 59 | + - run: npm i -g corepack |
60 | 60 | - uses: actions/setup-node@v4
|
61 | 61 | with:
|
62 | 62 | node-version: 18
|
@@ -151,8 +151,8 @@ jobs:
|
151 | 151 | react-native-build:
|
152 | 152 | name: Build RN ${{ matrix.rn-version }} ${{ matrix.rn-architecture }} ${{ matrix.engine }} ${{ matrix.platform }} ${{ matrix.build-type }} ${{ matrix.ios-use-frameworks }}
|
153 | 153 | runs-on: ${{ matrix.runs-on }}
|
154 |
| - needs: [diff_check] |
155 |
| - if: ${{ needs.diff_check.outputs.skip_ci != 'true' }} |
| 154 | + needs: [diff_check, auth_token_check] |
| 155 | + if: ${{ needs.diff_check.outputs.skip_ci != 'true' && needs.auth_token_check.outputs.skip_ci != 'true' && !startsWith(github.ref, 'refs/heads/release/') }} |
156 | 156 | env:
|
157 | 157 | RN_VERSION: ${{ matrix.rn-version }}
|
158 | 158 | RN_ENGINE: ${{ matrix.engine }}
|
@@ -227,7 +227,7 @@ jobs:
|
227 | 227 | - run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode-version }}.app/Contents/Developer
|
228 | 228 | if: ${{ matrix.platform == 'ios' }}
|
229 | 229 |
|
230 |
| - - run: corepack enable |
| 230 | + - run: npm i -g corepack |
231 | 231 | - uses: actions/setup-node@v4
|
232 | 232 | with:
|
233 | 233 | node-version: 18
|
@@ -353,9 +353,7 @@ jobs:
|
353 | 353 | path: dev-packages/e2e-tests
|
354 | 354 |
|
355 | 355 | - name: Enable Corepack
|
356 |
| - run: | |
357 |
| - |
358 |
| - corepack enable |
| 356 | + run: npm i -g corepack |
359 | 357 | - uses: actions/setup-node@v4
|
360 | 358 | with:
|
361 | 359 | node-version: 20
|
@@ -387,7 +385,7 @@ jobs:
|
387 | 385 |
|
388 | 386 | - name: Run tests on Android
|
389 | 387 | if: ${{ matrix.platform == 'android' }}
|
390 |
| - uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # pin@v2.33.0 |
| 388 | + uses: reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # pin@v2.34.0 |
391 | 389 | with:
|
392 | 390 | api-level: 30
|
393 | 391 | force-avd-creation: false
|
|
0 commit comments