Обновить .forgejo/workflows/test4.yml
Some checks failed
/ test (push) Waiting to run
/ ls (push) Waiting to run
/ test_docker (push) Failing after 4s
Android CI / build (push) Failing after 50s

This commit is contained in:
Vikarti Anatra 2024-07-23 19:13:05 +00:00
parent 9100a0af10
commit 38ac18a0d2

View file

@ -20,3 +20,6 @@ jobs:
- run: java -version
- name: Build with Gradle
run: ./gradlew assembleDebug
- name: Show vars
run: echo GITHUB_ACTOR:${GITHUB_ACTOR},echo GITHUB_TOKEN:${GITHUB_TOKEN}