Skip to content

Commit e905c99

Browse files
Update build-plugin.yml
1 parent f3cc907 commit e905c99

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-plugin.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ jobs:
2525
run: chmod +x ./gradlew
2626

2727
- name: Build plugin
28-
run: ./gradlew buildPlugin
28+
run: |
29+
./gradlew :plugin:buildPlugin \
30+
-x :app:test \
31+
-x :app:compileTestKotlin \
32+
--no-daemon
2933
3034
- name: Get version from gradle.properties
3135
id: get_version

0 commit comments

Comments
 (0)