Skip to content

Commit

Permalink
πŸ‘· Update: ios-pr-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loinsir authored Nov 14, 2023
1 parent 2d011e9 commit 6858257
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ios-pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@ name: iOS PR test workflow
on:
pull_request:
branches: [ "iOS/dev" ]
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
print_tags:
description: 'True to print to STDOUT'
required: true
type: boolean
tags:
description: 'Test scenario tags'
required: true
type: string
environment:
description: 'Environment to run tests against'
type: environment
required: true

jobs:
build:
Expand Down

0 comments on commit 6858257

Please sign in to comment.