Emulator fails to start with arch: arm64-v8a
+ target: google_apis
running API 34
#358
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: Re-Run Tests on PR Comment Workflow | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
rerun-tests-job: | |
if: github.event.issue.pull_request && contains(github.event.comment.body, 'run tests') # if comment is created on a PR, can also use the syntax if: contains(github.event.comment.html_url, '/pull/') | |
uses: ./.github/workflows/main.yml |