From 7c718c9d3876a6dc7c048e89a391feb7f32171b7 Mon Sep 17 00:00:00 2001 From: Jiwoong CHOI Date: Sun, 15 Sep 2024 09:38:56 +0900 Subject: [PATCH] [#48] Specify Testing Device --- .github/workflows/cicd-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-automation.yml b/.github/workflows/cicd-automation.yml index cd74117..1164783 100644 --- a/.github/workflows/cicd-automation.yml +++ b/.github/workflows/cicd-automation.yml @@ -53,7 +53,7 @@ jobs: - name: Run Tests via Tuist run: | - tuist test + tuist test EATSSU --device "iPhone 15 Pro" - name: Run Tests via Fastlane run: |