Skip to content

International event times #270

International event times

International event times #270

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
unit_tests:
name: Unit Tests
runs-on: macos-14
strategy:
matrix:
platform:
- iOS
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: 16.0
- name: Run UnitTests
run: fastlane test
- name: Archive test artifacts
uses: actions/upload-artifact@v4
if: failure()
with:
name: test-artifacts
path: |
./fastlane/test_output/*.xcresult