Skip to content

Commit

Permalink
fix step description
Browse files Browse the repository at this point in the history
  • Loading branch information
paulz committed Jul 1, 2022
1 parent d84b8fd commit bbb924a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbb924a

Please sign in to comment.