Skip to content

Commit ddfc219

Browse files
committed
fix: use debug config
1 parent c4d8d00 commit ddfc219

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
id: get-build-dir
185185
working-directory: apps/${{ matrix.app }}/ios
186186
run: |
187-
BUILD_DIR=$(xcodebuild -showBuildSettings -workspace Playground.xcworkspace -scheme Playground -destination "platform=iOS Simulator,name=iPhone 16 Pro" 2>/dev/null | grep -w BUILT_PRODUCTS_DIR | awk '{print $3}')
187+
BUILD_DIR=$(xcodebuild -showBuildSettings -workspace Playground.xcworkspace -scheme Playground -configuration Debug -destination "platform=iOS Simulator,name=iPhone 16 Pro" 2>/dev/null | grep -w BUILT_PRODUCTS_DIR | awk '{print $3}')
188188
echo "build_dir=$BUILD_DIR" >> $GITHUB_OUTPUT
189189
echo "Build products directory: $BUILD_DIR"
190190

0 commit comments

Comments
 (0)