Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add manual trigger for ios-e2e
Browse files Browse the repository at this point in the history
bohdanprog committed Oct 2, 2024
1 parent 502f8c2 commit 050dd1d
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/ios-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
name: Test iOS e2e
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
tags:
description: 'Test scenario tags'
required: false
type: boolean
environment:
description: 'Environment to run tests against'
type: environment
required: true

pull_request:
paths:
- '.github/workflows/android-e2e-test.yml'
@@ -12,7 +32,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
test:
runs-on: macos-14

0 comments on commit 050dd1d

Please sign in to comment.