test/.forgejo/workflows/test4.yml
Vikarti Anatra d0cc6fd41a
Some checks failed
/ test (push) Waiting to run
/ ls (push) Waiting to run
/ test_docker (push) Failing after 2s
Android CI / build (push) Failing after 37s
Обновить .forgejo/workflows/test4.yml
пробуем задавать action ПРЯМО
2024-07-23 19:05:03 +00:00

20 lines
423 B
YAML

name: Android CI
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- run: cat /etc/os-release
- run: uname -a
- run: whoami
- uses: actions/checkout@v1
- name: set up JDK 1.8
#uses: actions/setup-java@v1
uses: https://github.com/actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew assembleDebug