Skip to content

IOS-10797 Change Mistica workflows to use the reusable workflows and upload builds to Firebase #1022

IOS-10797 Change Mistica workflows to use the reusable workflows and upload builds to Firebase

IOS-10797 Change Mistica workflows to use the reusable workflows and upload builds to Firebase #1022

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
branches: [main]
workflow_call:
inputs:
# The branch, tag or SHA to checkout
ref:
required: false
type: string
jobs:
mistica-tests:
name: Tests
uses: Telefonica/ios-github-workflows/.github/workflows/test.yml@main

Check failure on line 17 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "Telefonica/ios-github-workflows/.github/workflows/test.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
ref: ${{ inputs.ref || github.ref }}
scheme: "Mistica"
xcode-build-destination: "platform=iOS Simulator,name=iPhone 16,OS=18.0"
upload-failed-screenshots: true