File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
env :
25
25
FIREBASE_CI : 1
26
26
run : |
27
- ./gradlew -b buildSrc/build.gradle.kts -PenablePluginTests=true check --debug
27
+ ./gradlew -b buildSrc/build.gradle.kts -PenablePluginTests=true check
28
28
- name : Publish Test Results
29
29
uses : EnricoMi/publish-unit-test-result-action@b9f6c61d965bcaa18acc02d6daf706373a448f02
30
30
with :
Original file line number Diff line number Diff line change 32
32
33
33
- name : Build
34
34
# Certain SDKs won't export docs, make a blank folder to diff if that's the case
35
- run : mkdir build && ./gradlew ${{ steps.changed-modules.outputs.run }}
35
+ run : mkdir build && ./gradlew ${{ steps.changed-modules.outputs.run }} --debug
36
36
37
37
- name : Move original docs
38
38
run : mv build ~/diff/modified
You can’t perform that action at this time.
0 commit comments