diff --git a/.github/workflows/cross-environment-tests.yml b/.github/workflows/cross-environment-tests.yml index 89bfdbb20..81a695d75 100644 --- a/.github/workflows/cross-environment-tests.yml +++ b/.github/workflows/cross-environment-tests.yml @@ -136,7 +136,7 @@ jobs: - name: Detox build if: steps.restore-detox-build.outputs.cache-hit != 'true' - run: cd bundler-bonanza && yarn detox build --configuration ios.sim.debug + run: cd bundler-bonanza/tests/reactnative && yarn detox build --configuration ios.sim.debug - name: Save Detox Build uses: actions/cache/save@v3