Commit b7db169
committed
refactor: remove redundant acceptance-tests workflow and fix webdriver workflow
Changes:
- Disabled acceptance-tests.yml (renamed to .disabled)
- This workflow only ran WebDriverIO tests in Docker
- These same tests are already run by webdriver.yml natively
- Docker overhead not needed for these tests
- Fixed webdriver.yml:
- Removed duplicate PHP server start (was started twice)
- Changed grep from @webdriver to @webdriverio for clarity
- Added SELENIUM env vars to acceptance tests step
- Tests now run more efficiently without Docker
Rationale:
- webdriver.yml runs WebDriver helper unit tests + WebDriverIO acceptance tests
- No need to duplicate the same acceptance tests in Docker
- Reduces CI time and complexity1 parent 8f5d316 commit b7db169
File tree
2 files changed
+5
-6
lines changed- .github/workflows
2 files changed
+5
-6
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 57 | | |
62 | 58 | | |
63 | 59 | | |
64 | 60 | | |
65 | 61 | | |
66 | 62 | | |
67 | | - | |
68 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
69 | 68 | | |
70 | 69 | | |
0 commit comments