Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- uses: actions/checkout@v2
- name: Build and Test Proton
run: xcodebuild -resultBundlePath TestResults -scheme "Proton" -destination "platform=iOS Simulator,name=iPhone 15 Pro,OS=17.2" clean test
- name: Compile Test results
uses: kishikawakatsumi/xcresulttool@v1
with:
path: TestResults.xcresult
if: success() || failure()
# - name: Compile Test results
# uses: kishikawakatsumi/xcresulttool@v1
# with:
# path: TestResults.xcresult
# if: success() || failure()
# ^ This is important because the action will be run
# even if the test fails in the previous step.
- name: Build and Test Proton as dependency in another package
Expand Down
Loading