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

This commit is contained in:
Vikarti Anatra 2024-07-23 19:23:04 +00:00
parent c9c8020507
commit 7f93423b09

View file

@ -22,7 +22,7 @@ jobs:
- run: which java
- run: java -version
- name: Show vars
run: echo GITHUB_ACTOR:${GITHUB_ACTOR},echo GITHUB_TOKEN:${GITHUB_TOKEN}, GITHUB_WORKSPACE is ${$GITHUB_WORKSPACE}
run: echo GITHUB_ACTOR:${GITHUB_ACTOR},echo GITHUB_TOKEN:${GITHUB_TOKEN}, GITHUB_WORKSPACE is ${GITHUB_WORKSPACE}
- name: Build with Gradle
run: ./gradlew assembleDebug