You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduces new Makefile targets to automate the process of updating testing documentation, including installing repomix, generating repomix output, processing documentation, and cleaning up temporary files. Also renames and updates the GitHub workflow to instruct contributors to use the new Makefile command for documentation updates.
Copy file name to clipboardExpand all lines: .github/workflows/validate_testing_docs_on_change.yml
+13-10Lines changed: 13 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
name: Validate Testing Documentation
1
+
name: Validate Testing Documentation for changes
2
2
3
3
on:
4
4
pull_request:
@@ -43,19 +43,22 @@ jobs:
43
43
44
44
We detected changes in the `shiny/playwright/controller` directory. These changes may affect the testing documentation used by the `shiny add test` command.
45
45
46
-
**Please run the following commands to update the testing documentation:**
46
+
**Please run the following command to update the testing documentation:**
0 commit comments