Skip to content

Refactor Queues to Temporal #67

Refactor Queues to Temporal

Refactor Queues to Temporal #67

name: Run `AutomaApp - CORE (IOS)` Tests
on:
pull_request:
paths:
- "App/AutomaApp/Core/**/*.swift"
- "App/AutomaAppShared/**/*.swift"
jobs:
automa-app-core-unit-and-integration-tests:
runs-on: [macOS, self-hosted]
steps:
- uses: actions/checkout@v4
- uses: irgaly/xcode-cache@v1
with:
key: xcode-cache-deriveddata-${{ github.workflow }}
restore-keys: xcode-cache-deriveddata-${{ github.workflow }}
- name: Run Tests
uses: GetAutomaApp/opensource-actions/xctesting@main
with:
working-directory: "./App/AutomaApp/"
schema: "IOS"
destination: "platform=iOS Simulator,name=iPhone 16,OS=18.1"
testing-targets: "IOS-IntegrationTests,IOS-UnitTests"
automa-app-core-ui-tests:
runs-on: [macOS, self-hosted]
steps:
- uses: actions/checkout@v4
- uses: irgaly/xcode-cache@v1
with:
key: xcode-cache-deriveddata-${{ github.workflow }}
restore-keys: xcode-cache-deriveddata-${{ github.workflow }}
- name: Run UI Tests
uses: GetAutomaApp/opensource-actions/xctesting@main
with:
working-directory: "./App/AutomaApp/"
schema: "IOS"
destination: "platform=iOS Simulator,name=iPhone 16,OS=18.1"
testing-targets: "IOS-UITests"