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

This commit is contained in:
Vikarti Anatra 2024-07-23 19:20:48 +00:00
parent b6dd21e2ae
commit c9c8020507

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}
run: echo GITHUB_ACTOR:${GITHUB_ACTOR},echo GITHUB_TOKEN:${GITHUB_TOKEN}, GITHUB_WORKSPACE is ${$GITHUB_WORKSPACE}
- name: Build with Gradle
run: ./gradlew assembleDebug