Skip to content

Commit

Permalink
Try to upload log
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Feb 15, 2024
1 parent 47a04f4 commit 148cedf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ jobs:
DESTINATION: platform=${{ matrix.destination }}
SWIFT_VERSION: ${{ matrix.swift-version }}
run: bundle exec fastlane test_ci
- name: Archiving DerivedData Logs
uses: actions/upload-artifact@v2
if: failure()
with:
name: derived-data-${{ matrix.destination }}
path: |
/Users/runner/Library/Developer/Xcode/DerivedData/**/Logs/**
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ platform :ios do
desc "Runs all the tests"
lane :tests do
test(destination: "platform=macOS", swift_version: "5.0")
test(destination: "platform=iOS Simulator,name=iPhone 14", swift_version: "5.0")
test(destination: "platform=iOS Simulator,name=iPhone 15", swift_version: "5.0")
test(destination: "platform=tvOS Simulator,name=Apple TV", swift_version: "5.0")
build(destination: "platform=watchOS Simulator,name=Apple Watch Series 8 (41mm)", swift_version: "5.0")
end
Expand Down

0 comments on commit 148cedf

Please sign in to comment.