Create common-workflow.yml (#309)

* Create common-workflow.yml

* Created common workflow

* Update android.yaml

* update common workflow

* Minor Improvements

* Removed caching

* Added needs support

* add logs to see files

* Update android.yaml

* Bump checkout version

* Common workflow changes

* minor improvements

* Minor improvements
This commit is contained in:
Yogesh Choudhary Paliyal
2023-01-22 16:48:04 +05:30
committed by GitHub
parent d653533321
commit 78ed9655e0
4 changed files with 31 additions and 56 deletions

15
.github/actions/setup/action.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: "Setup Worflow"
jobs:
using: "composite"
steps:
- name: 🧱 Set Up JDK
uses: actions/setup-java@v1
with:
java-version: 11
- name: Grant Gradlew rights
run: chmod +x gradlew