From fa1fc2273bb51817e0073e8dd0c0444e058ea679 Mon Sep 17 00:00:00 2001 From: Paolo Leonardi Date: Sun, 21 Jul 2024 02:24:16 +0200 Subject: [PATCH] Update run-tests-WaterfallGridSample.yml --- .github/workflows/run-tests-WaterfallGridSample.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run-tests-WaterfallGridSample.yml b/.github/workflows/run-tests-WaterfallGridSample.yml index 5ac5e5d..da134f8 100644 --- a/.github/workflows/run-tests-WaterfallGridSample.yml +++ b/.github/workflows/run-tests-WaterfallGridSample.yml @@ -20,3 +20,5 @@ jobs: run: xcodebuild -showsdks - name: Show buildable schemes run: xcodebuild -list + - name: Show eligible build destinations + run: xcodebuild -showdestinations -scheme WaterfallGrid