From 319154652ef49f4694665bb241431c4dba98455e Mon Sep 17 00:00:00 2001 From: Alexander Kacheryants Date: Thu, 11 Jul 2024 21:05:09 +0300 Subject: [PATCH] test apk build --- .gitea/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index f06ed1a..8d74ada 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,10 +1,10 @@ -name: Build Android +name: Test APK build on: [push, pull_request] jobs: build: - name: Build APK + name: Test APK build runs-on: ubuntu-latest steps: - name: Checkout source