Skip to content

Commit

Permalink
chore: add sandbox testing to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Jan 18, 2025
1 parent 97a7971 commit cbee247
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@ jobs:
- name: 🐘 Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: 🏗️ Gradle Build
- name: 🏗️ Gradle Build & Test
id: gradle-build
run: |
./gradlew build --no-daemon
./gradlew publishToMavenLocal
./gradlew -p sandbox :build
- name: 📦 Upload Plugin artifact
if: steps.gradle-build.outcome == 'success'
Expand Down

0 comments on commit cbee247

Please sign in to comment.