[MA-2561] Bad requests for inputText and eraseText if keyboard is not present #42
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Warn Build XCTest runner | |
on: | |
pull_request: | |
paths: | |
- 'maestro-ios-xctest-runner/**' | |
jobs: | |
warn: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mshick/add-pr-comment@v2 | |
with: | |
message: "Make sure to run ./maestro-ios-xctest-runner/build-maestro-ios-runner.sh with every swift change" |