Skip to content

Test e2e tests

Test e2e tests #5

Workflow file for this run

name: Trigger iOS App UI Tests
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
trigger-ui-test:
runs-on: ubuntu-latest
steps:
- name: Trigger UI Test Workflow in iOS App Repo
uses: convictional/[email protected]
with:
owner: passageidentity
repo: passage-ios-uitest-app
github_token: ${{ secrets.GH_ACCESS_TOKEN }}
workflow_file_name: ui-tests.yml
github_user: rickycpadilla
client_payload: '{"passage_ios_branch_name": "${{ github.head_ref }}"}'