Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
BUNDLE_GEMFILE: ${{ github.workspace }}/.github/DangerFiles/Gemfile
outputs:
libs: ${{ steps.test-orchestrator.outputs.libs }}
run_all_ui_tests: ${{ steps.test-orchestrator.outputs.run_all_ui_tests }}
steps:
- name: Check Write Permission
uses: octokit/request-action@dad4362715b7fb2ddedf9772c8670824af564f0d # v2.4.0
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reusable-ui-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
is_pr:
type: boolean
default: false
run_all_ui_tests:
type: boolean
default: false
secrets:
MSDK_ANDROID_REMOTE_ACCESS_CALLBACK_URL:
required: true
Expand Down