Skip to content

Commit 5ec1239

Browse files
committed
add step for running analyzer before the docsite audit
1 parent 460dbb4 commit 5ec1239

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/documentation-disable-list-audit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
- name: Set up gradle
2323
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
2424

25-
- name: Run Doc site audit
25+
- name: Run instrumentation analyzer (identify any module changes)
26+
run: ./gradlew :instrumentation-docs:runAnalysis
27+
28+
- name: Run doc site audit
2629
run: ./gradlew :instrumentation-docs:docSiteAudit
2730

2831
workflow-notification:

0 commit comments

Comments
 (0)