Skip to content

Fixes Sitemap image rendering issue. #593

Fixes Sitemap image rendering issue.

Fixes Sitemap image rendering issue. #593

Workflow file for this run

name: Run Unit Tests
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
workflow_dispatch:
jobs:
build_and_test:
runs-on: macos-14
if: ${{ github.event.pull_request.draft == false }}
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/checkout@v4
- name: Install dependencies
run: |
bundle install --redownload
- name: Fastlane unit tests
env:
LANG: en_US.UTF-8
LC_ALL: en_US.UTF-8
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60
uses: maierj/fastlane-action@v3.1.0
with:
lane: unittests