Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-megh-l committed Mar 5, 2024
1 parent ee072da commit ab102d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/app-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
cache: 'gradle'
distribution: adopt
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build
- name: Test
run: ./gradlew test

0 comments on commit ab102d5

Please sign in to comment.