|
90 | 90 | - name: "Install dependencies" |
91 | 91 | run: yarn install --immutable |
92 | 92 | - name: "Unit test" |
93 | | - run: yarn workspaces foreach ${{ needs.scope.outputs.scope }} run test |
| 93 | + run: yarn workspaces foreach --all run test |
94 | 94 | - name: "Run build for development" |
95 | | - run: yarn workspaces foreach ${{ needs.scope.outputs.scope }} run build |
| 95 | + run: yarn workspaces foreach --all run build |
96 | 96 | env: |
97 | 97 | NODE_OPTIONS: --max_old_space_size=6144 |
98 | 98 | - name: "Upload resources artifact" |
@@ -379,7 +379,7 @@ jobs: |
379 | 379 | adb push "/Users/runner/work/native-widgets/native-widgets/detox/apps/app-appstore-debug-androidTest.apk" "/data/local/tmp/detox/Test.apk" |
380 | 380 | adb shell pm install -r -g -t /data/local/tmp/detox/Application.apk 2>/dev/null |
381 | 381 | adb shell pm install -r -g -t /data/local/tmp/detox/Test.apk 2>/dev/null |
382 | | - yarn workspaces foreach ${{ needs.scope.outputs.scope }} run test:e2e:android |
| 382 | + yarn workspaces foreach --all run test:e2e:android |
383 | 383 | - name: "Archive runtime logs" |
384 | 384 | uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 |
385 | 385 | if: always() |
@@ -456,7 +456,7 @@ jobs: |
456 | 456 | - name: List supported iOS devices |
457 | 457 | run: applesimutils --list |
458 | 458 | - name: "Run tests" |
459 | | - run: yarn workspaces foreach ${{ needs.scope.outputs.scope }} run test:e2e:ios |
| 459 | + run: yarn workspaces foreach --all run test:e2e:ios |
460 | 460 | - name: "Archive runtime logs" |
461 | 461 | uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 |
462 | 462 | if: always() |
|
0 commit comments