Skip to content

Commit cbee247

Browse files
committed
chore: add sandbox testing to build step
1 parent 97a7971 commit cbee247

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,12 @@ jobs:
6969
- name: 🐘 Setup Gradle
7070
uses: gradle/actions/setup-gradle@v4
7171

72-
- name: 🏗️ Gradle Build
72+
- name: 🏗️ Gradle Build & Test
7373
id: gradle-build
7474
run: |
7575
./gradlew build --no-daemon
76+
./gradlew publishToMavenLocal
77+
./gradlew -p sandbox :build
7678
7779
- name: 📦 Upload Plugin artifact
7880
if: steps.gradle-build.outcome == 'success'

0 commit comments

Comments
 (0)