Skip to content

Commit

Permalink
build(PSG-4349): added ui tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycpadilla committed Sep 17, 2024
1 parent 4551095 commit 9d85f52
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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 }}"}'

0 comments on commit 9d85f52

Please sign in to comment.