summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Alsharifi <599206+bilal-alsharifi@users.noreply.github.com>2019-11-22 13:59:22 -0500
committerGitHub <noreply@github.com>2019-11-22 13:59:22 -0500
commiteae1a5561a5713669bdf6e904046a6ac7feebc7b (patch)
tree1cb0c052fbed11ff36bb6ffcac186de0a7cfbc38
parentefe8e28e411afa53e2dd8cc980fe76f5126d124b (diff)
downloadsdl_android-eae1a5561a5713669bdf6e904046a6ac7feebc7b.tar.gz
Update android.yml
-rw-r--r--.github/workflows/android.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index c1a080958..b5729b8ae 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -1,5 +1,3 @@
-# For more info, please check out: https://github.com/marketplace/actions/android-emulator-runner
-
name: CI
on: [push]
@@ -12,12 +10,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- - name: Setup JDK 1.8
+ - name: Setup JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Sdl Android Tests
+ # For more info, please check out: https://github.com/marketplace/actions/android-emulator-runner
uses: reactivecircus/android-emulator-runner@v1
with:
api-level: 29