Skip to content

Commit c9a1011

Browse files
committed
chore: enabling sandbox testing
1 parent 0ea2f3a commit c9a1011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
id: gradle-build
7474
run: |
7575
./gradlew publishToMavenLocal
76-
# ./gradlew -p sandbox :build
76+
./gradlew -p sandbox :build
7777
7878
- name: 📦 Upload Plugin artifact
7979
if: steps.gradle-build.outcome == 'success'

0 commit comments

Comments
 (0)