From e9158aa24adceb6e8c0d0d601cc9ca5948204743 Mon Sep 17 00:00:00 2001 From: SeungHyun Hong Date: Wed, 24 Jan 2024 00:42:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=20=EA=B0=80=EB=8A=A5?= =?UTF-8?q?=ED=95=9C=20=EC=8B=9C=EB=AE=AC=EB=A0=88=EC=9D=B4=ED=84=B0=20?= =?UTF-8?q?=ED=99=95=EC=9D=B8=20=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a6dcc1c..7af29eb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,5 +13,7 @@ jobs: - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: "15.2" + - name: Simulator List check + run: xcrun simctl list devices - name: Execute Unit tests run: xcodebuild test -project SwiftCITest.xcodeproj -scheme SwiftCITest -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2'