Add x86_64 and first-boot-delay config

pull/209/head
Caren 3 years ago committed by GitHub
parent 25c5ae1fbb
commit b2d098850a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ concurrency:
jobs: jobs:
build: build:
runs-on: macos-latest runs-on: ubuntu-latest
timeout-minutes: 60 timeout-minutes: 60
steps: steps:
@ -59,11 +59,13 @@ jobs:
androidTest: androidTest:
needs: build needs: build
runs-on: macOS-latest # enables hardware acceleration in the virtual machine runs-on: macos-latest # enables hardware acceleration in the virtual machine
timeout-minutes: 45 timeout-minutes: 45
strategy: strategy:
matrix: matrix:
api-level: [23, 26, 30] api-level: [23, 26, 30]
arch: [x86_64]
first-boot-delay: [1000]
steps: steps:
- name: Checkout - name: Checkout

Loading…
Cancel
Save