Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test drama #161

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Android CI

on:
push:
branches: [ main ]
# Build on all pull requests, regardless of target.
pull_request:
on :
pull_request :
merge_group :

jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
runs-on : workflow-kotlin-test-runner-ubuntu-4core
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
Expand All @@ -22,7 +20,7 @@ jobs:

instrumentation-tests:
name: Instrumentation tests
runs-on: macos-latest
runs-on : workflow-kotlin-test-runner-ubuntu-4core
timeout-minutes: 30
strategy:
# Allow tests to continue on other devices if they fail on one device.
Expand Down
Loading