From bbb924a86e3c0895e85dba313383c7e5a2796af8 Mon Sep 17 00:00:00 2001 From: Paul Zabelin Date: Fri, 1 Jul 2022 16:53:02 -0700 Subject: [PATCH] fix step description --- .github/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 68e4c24..53c0949 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -25,14 +25,14 @@ jobs: run: xcodebuild -list - name: Simulator Prepare run: xcrun simctl create iphone-12-pro "iPhone 12 Pro" - - name: Build + - name: Build and Test Package uses: sersoft-gmbh/xcodebuild-action@v2 with: spm-package: . scheme: SwiftUI-snapshot-testing destination: ${{ env.destination }} action: build-for-testing test-without-building - - name: Example Test + - name: Example App Test uses: sersoft-gmbh/xcodebuild-action@master with: project: Example/Example.xcodeproj