summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2021-07-18 10:00:08 +0200
committerGitHub <noreply@github.com>2021-07-18 10:00:08 +0200
commit39f8e6523747f2a2759cb38e4bc46cfca0cdfb6c (patch)
tree68f0159a9199a150d581c9f36ae7fd206fc1f7b7 /.github/workflows
parent716b0886fb4cea3e96e06c287b692035bbb18edb (diff)
downloadAntennaPod-39f8e6523747f2a2759cb38e4bc46cfca0cdfb6c.zip
Fix Emulator CI (#5278)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/android-emulator.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-emulator.yml b/.github/workflows/android-emulator.yml
index 8f9ee2fa3..eed69911a 100644
--- a/.github/workflows/android-emulator.yml
+++ b/.github/workflows/android-emulator.yml
@@ -21,7 +21,7 @@ jobs:
- name: Android Emulator test
uses: ReactiveCircus/android-emulator-runner@v2
with:
- api-level: 28
+ api-level: 27
disable-animations: true
script: zsh .github/workflows/runTests.sh
- uses: actions/upload-artifact@v2