Skip to content

Commit

Permalink
Adds changes for PR workflow to run Gradle Build task
Browse files Browse the repository at this point in the history
  • Loading branch information
desaikd committed May 23, 2024
1 parent 478be38 commit f0b4f52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
echo "::set-output name=name::$NAME"
echo "::set-output name=artifact::$ARTIFACT"
# Build artifact using build Gradle task
- name: Build
run: ./gradlew build

# Build artifact using buildPlugin Gradle task
- name: Build Plugin
run: ./gradlew buildPlugin
Expand Down

0 comments on commit f0b4f52

Please sign in to comment.