From 9eb843826d2e0ca2c3153970b5fe0a79e3f73481 Mon Sep 17 00:00:00 2001 From: siepra Date: Fri, 6 Oct 2023 16:25:48 +0200 Subject: [PATCH] Point to mobile dir --- .github/workflows/e2e-ios.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-ios.yml b/.github/workflows/e2e-ios.yml index fae5f7636c..6b1e2ba736 100644 --- a/.github/workflows/e2e-ios.yml +++ b/.github/workflows/e2e-ios.yml @@ -25,9 +25,10 @@ jobs: - name: Build Detox run: | - cd .. + cd packages/mobile detox build -c ios.sim.debug - name: Run basic tests run: | + cd packages/mobile detox test starter -c ios.sim.debug