Skip to content

Commit

Permalink
Update-2 android.yml
Browse files Browse the repository at this point in the history
This commit is having echo msgs
  • Loading branch information
ashwanisingh8713 authored Mar 20, 2024
1 parent 8f03108 commit 804ca0d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,23 @@ jobs:
distribution: 'temurin'
cache: gradle

- name: Run a log message
run: echo This is my job running tests!

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Clean the build
run: ./gradlew clean

- name: Build with Gradle
run: ./gradlew build

- name: AssembleDebug with Gradle
run: ./gradlew assembleDebug
- name: Test with Gradle

- name: Unit tests
run: ./gradlew test

- name: Build testing log
run: echo Tested successfully.

0 comments on commit 804ca0d

Please sign in to comment.