From 1af25d283e85638c7675940d0cc10d7c40b21677 Mon Sep 17 00:00:00 2001 From: Sangyun Jeong Date: Thu, 23 Nov 2023 20:12:01 +0900 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index ed16fd2..52aa596 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -44,14 +44,7 @@ jobs: - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: '14.3.1' - - name: Checkout - uses: actions/checkout@v3 - - name: Set Default Scheme - run: | - scheme_list=$(xcodebuild -list -json | tr -d "\n") - default=$(echo $scheme_list | ruby -e "require 'json'; puts JSON.parse(STDIN.gets)['project']['targets'][0]") - echo $default | cat >default - echo Using default scheme: $default + - uses: actions/checkout@v3 - name: Build run: | xcodebuild clean test -project Village.xcodeproj \