Skip to content

Try to upload log #1158

Try to upload log

Try to upload log #1158

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
run-test:
runs-on: macos-14
strategy:
matrix:
destination: [
'macOS',
'iOS Simulator,name=iPhone 15',
'tvOS Simulator,name=Apple TV',
'watchOS Simulator,name=Apple Watch Series 8 (41mm)'
]
swift-version: [5.0]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests
env:
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/**