We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbdc8ed commit 7a44748Copy full SHA for 7a44748
1 file changed
.github/workflows/preintegration.yml
@@ -10,6 +10,15 @@ concurrency:
10
jobs:
11
tests:
12
runs-on: [ self-hosted-org, linux ]
13
+ container:
14
+ image: docker://docker.tuenti.io/android/novum_android:13
15
+ env:
16
+ TMPDIR: /mnt/ramdisk/tmp
17
+ ANDROID_AVD_HOME: /mnt/ramdisk/avd
18
+ GRADLE_USER_HOME: /mnt/ramdisk/gradle/${{ github.event.repository.name }}
19
+ options: --device=/dev/kvm
20
+ volumes:
21
+ - /dev/shm:/mnt/ramdisk
22
steps:
23
- name: Checkout repo
24
uses: actions/checkout@v4
0 commit comments