We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a7971 commit cbee247Copy full SHA for cbee247
.github/workflows/build.yml
@@ -69,10 +69,12 @@ jobs:
69
- name: 🐘 Setup Gradle
70
uses: gradle/actions/setup-gradle@v4
71
72
- - name: 🏗️ Gradle Build
+ - name: 🏗️ Gradle Build & Test
73
id: gradle-build
74
run: |
75
./gradlew build --no-daemon
76
+ ./gradlew publishToMavenLocal
77
+ ./gradlew -p sandbox :build
78
79
- name: 📦 Upload Plugin artifact
80
if: steps.gradle-build.outcome == 'success'
0 commit comments