From ca38151d3a4c0d6768bfb7dfc9eec683ed8f7e3d Mon Sep 17 00:00:00 2001 From: Jisu Kim <108998071+jisu15-kim@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:00:14 +0900 Subject: [PATCH] [Infra] Update unitTest.yml --- .github/workflows/unitTest.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unitTest.yml b/.github/workflows/unitTest.yml index dd28404..54feee7 100644 --- a/.github/workflows/unitTest.yml +++ b/.github/workflows/unitTest.yml @@ -18,5 +18,7 @@ jobs: mise install - name: Install Tuist dependencies run: mise x -- tuist install - - name: Run tests - run: mise x -- tuist test three-days-UnitTest --no-selective-testing + - name: Run unit tests + run: | + xcodebuild test -scheme three-days-UnitTest -destination 'platform=iOS Simulator,name=iPhone 15,OS=latest' | tee result.log + continue-on-error: true