@@ -307,22 +307,6 @@ jobs:
307307 command : yarn install --immutable
308308 - name : Clean state and following up dependencies installation
309309 run : yarn setup:github-ci --node
310- - name : Restore ESLint cache
311- if : ${{ matrix.scripts == 'lint' }}
312- uses : actions/cache@v4
313- with :
314- path : .eslintcache
315- key : eslintcache-${{ runner.os }}-${{ github.run_id }}
316- restore-keys : |
317- eslintcache-${{ runner.os }}-
318- - name : Restore TypeScript incremental build cache
319- if : ${{ matrix.scripts == 'lint:tsc' }}
320- uses : actions/cache@v4
321- with :
322- path : tsconfig.tsbuildinfo
323- key : tsbuildinfo-${{ runner.os }}-${{ github.run_id }}
324- restore-keys : |
325- tsbuildinfo-${{ runner.os }}-
326310 - run : yarn ${{ matrix['scripts'] }}
327311 - name : Require clean working directory
328312 shell : bash
@@ -1354,13 +1338,7 @@ jobs:
13541338 permissions :
13551339 contents : read
13561340 id-token : write
1357- needs :
1358- [
1359- get_requirements,
1360- build-android-apks,
1361- smart-e2e-selection,
1362- prepare-e2e-timings,
1363- ]
1341+ needs : [get_requirements, build-android-apks, smart-e2e-selection, prepare-e2e-timings]
13641342 uses : ./.github/workflows/run-e2e-smoke-tests-android.yml
13651343 with :
13661344 changed_files : ${{ needs.get_requirements.outputs.changed_files }}
@@ -1414,13 +1392,7 @@ jobs:
14141392 permissions :
14151393 contents : read
14161394 id-token : write
1417- needs :
1418- [
1419- get_requirements,
1420- ios-tests-ready,
1421- smart-e2e-selection,
1422- prepare-e2e-timings,
1423- ]
1395+ needs : [get_requirements, ios-tests-ready, smart-e2e-selection, prepare-e2e-timings]
14241396 uses : ./.github/workflows/run-e2e-smoke-tests-ios.yml
14251397 with :
14261398 changed_files : ${{ needs.get_requirements.outputs.changed_files }}
0 commit comments