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
This repository includes a GitHub Actions workflow specifically designed for GitHub Copilot Agent environments, providing a pre-configured development setup with all dependencies and testing tools ready to use.
When this workflow runs in a Copilot agent environment, it provides:
53
+
- Pre-installed development dependencies
54
+
- Cached packages for fast subsequent runs
55
+
- Ready-to-use testing environment
56
+
- Full build and development toolchain
57
+
58
+
### Manual Trigger:
59
+
60
+
The workflow can be manually triggered via GitHub Actions for testing or debugging purposes using the `workflow_dispatch` event.
61
+
62
+
### Troubleshooting:
63
+
64
+
-**Cypress Issues**: If Cypress download fails, run `npm config set ignore-scripts false && npm run postinstall`
65
+
-**Composer Timeouts**: The workflow handles network timeouts gracefully with partial installations
66
+
-**Docker Issues**: Containers are automatically restarted if they fail to initialize properly
67
+
-**PHP Tests**: WordPress installation in Docker may occasionally need retry
68
+
69
+
This setup ensures that Copilot agents have a fully functional development environment ready for immediate use with the Accessibility Checker WordPress plugin.
0 commit comments