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
-`filter_characters`: Runs tests that filter characters.
165
165
166
-
### GitHub Actions - Publish Jest Report as GitHub Page
166
+
### GitHub Actions - Publish Sanity Tests Report
167
+
This workflow is designed to run sanity tests and publish the resulting report to GitHub Pages. It can be triggered manually using the workflow_dispatch event, allowing you to generate and deploy the report whenever needed.
168
+
If you're interested in learning more about GitHub Pages and how to use it, visit <ahref="https://docs.github.com/en/pages"style="color:green;">the GitHub Pages Documentation</a>.
167
169
168
-
### Workflow Details:
170
+
### Workflow Details:
171
+
-**Triggers:** Manual dispatch using the workflow_dispatch event
This repository includes a GitHub Actions workflow designed to run sanity tests and publish the resulting report to GitHub Pages. The workflow is triggered on pushes to the main branch and can also be executed manually.
180
+
181
+
### Workflow Details:
182
+
-**Triggers:**
183
+
- On push to the main branch
184
+
- Manual dispatch using the workflow_dispatch event
0 commit comments