Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Apr 19, 2023
1 parent dd76b43 commit 5e889b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- uses: actions/checkout@v2

- name: Test
run: xcodebuild -scheme WrapLayoutTests -resultBundlePath results/FluidInterfaceKitTests.xcresult test -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' -derivedDataPath ./DerivedData | xcpretty
run: xcodebuild -scheme WrapLayout -resultBundlePath results/WrapLayout.xcresult test -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2' -derivedDataPath ./DerivedData | xcpretty

- uses: kishikawakatsumi/xcresulttool@v1
with:
path: |
results/FluidInterfaceKitTests.xcresult
results/WrapLayout.xcresult
if: success() || failure()

0 comments on commit 5e889b2

Please sign in to comment.