Skip to content

Commit

Permalink
Simplify gradle command
Browse files Browse the repository at this point in the history
  • Loading branch information
violinyanev committed Jun 3, 2022
1 parent 6313699 commit dd160e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Build APKs
run: ./gradlew -p ./app :app:assembleDebug
run: ./gradlew :app:assembleDebug

0 comments on commit dd160e4

Please sign in to comment.