From 496af8a30fd950d8753132e83d5edc21c310c68f Mon Sep 17 00:00:00 2001 From: finn Date: Fri, 15 Mar 2024 14:49:57 -0700 Subject: [PATCH] missed one --- .github/workflows/cross-environment-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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