Make e2e tests run on pull requests
This commit is contained in:
parent
3938549a14
commit
aa19ccd557
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -2,6 +2,9 @@ name: Run instrumentation tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- android*
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
|
|
Loading…
Reference in a new issue