From faf22eab5492f8724aeb11796d3185d9edeafeb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Junnos=20=EF=A3=BF?= Date: Sun, 26 Nov 2023 05:14:27 +0900 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20Build=20=EA=B3=BC?= =?UTF-8?q?=EC=A0=95=EC=97=90=EC=84=9C=20Tests=20Scheme=20=20=EC=A0=9C?= =?UTF-8?q?=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Xcode_build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Xcode_build_test.yml b/.github/workflows/Xcode_build_test.yml index 3ce53ff..5fe5eaf 100644 --- a/.github/workflows/Xcode_build_test.yml +++ b/.github/workflows/Xcode_build_test.yml @@ -39,7 +39,7 @@ jobs: for package in $packages; do cd $package for scheme in $(xcodebuild -list | grep -E '^[[:space:]]*Schemes:' -A 10 | tail -n +2 | grep -v '^$'); do - if [[ $scheme != *"-Package" ]]; then + if [[ $scheme != *"-Package" ]] && [[ $scheme != *"Tests" ]]; then if [ "$first_entry" = true ]; then first_entry=false else