Skip to content

Commit

Permalink
chore: Use 'assembleDebug' in PR Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi committed Dec 8, 2023
1 parent ce99b35 commit 3bcd066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Setup Project
uses: ./.github/actions/setup-project

- name: Run 'assemble' with Gradle Wrapper
run: ./gradlew assemble
- name: Run 'assembleDebug' with Gradle Wrapper
run: ./gradlew assembleDebug

- name: Run 'lint' with Gradle Wrapper
run: ./gradlew ktlintCheck detekt
Expand Down

0 comments on commit 3bcd066

Please sign in to comment.