Skip to content

Commit c1cf2ea

Browse files
committed
I was on the wrong workflow...
1 parent ff39b11 commit c1cf2ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-src-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
FIREBASE_CI: 1
2626
run: |
27-
./gradlew -b buildSrc/build.gradle.kts -PenablePluginTests=true check --debug
27+
./gradlew -b buildSrc/build.gradle.kts -PenablePluginTests=true check
2828
- name: Publish Test Results
2929
uses: EnricoMi/publish-unit-test-result-action@b9f6c61d965bcaa18acc02d6daf706373a448f02
3030
with:

.github/workflows/diff-javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Build
3434
# 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
3636

3737
- name: Move original docs
3838
run: mv build ~/diff/modified

0 commit comments

Comments
 (0)