Skip to content

Commit

Permalink
Fix result bundle names
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Feb 14, 2024
1 parent 3c9e7a4 commit 2e3d257
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
name: Build and Test Swift Package iOS
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
with:
artifactname: XCTRuntimeAssertions-iOS.xcresult
runsonlabels: '["macOS", "self-hosted"]'
scheme: XCTRuntimeAssertions
resultBundle: XCTRuntimeAssertions-iOS.xcresult
artifactname: XCTRuntimeAssertions-iOS.xcresult
buildandtest_watchos:
name: Build and Test Swift Package watchOS
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
Expand All @@ -37,7 +38,6 @@ jobs:
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
with:
runsonlabels: '["macOS", "self-hosted"]'
xcodeversion: latest
scheme: XCTRuntimeAssertions
destination: 'platform=visionOS Simulator,name=Apple Vision Pro'
resultBundle: XCTRuntimeAssertions-visionOS.xcresult
Expand All @@ -47,7 +47,6 @@ jobs:
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
with:
runsonlabels: '["macOS", "self-hosted"]'
xcodeversion: latest
scheme: XCTRuntimeAssertions
destination: 'platform=tvOS Simulator,name=Apple TV 4K (3rd generation)'
resultBundle: XCTRuntimeAssertions-tvOS.xcresult
Expand All @@ -57,7 +56,6 @@ jobs:
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
with:
runsonlabels: '["macOS", "self-hosted"]'
xcodeversion: latest
scheme: XCTRuntimeAssertions
destination: 'platform=macOS,arch=arm64'
resultBundle: XCTRuntimeAssertions-macOS.xcresult
Expand Down

0 comments on commit 2e3d257

Please sign in to comment.