Commit 7156864
authored
fix: always include pnpm-workspace.yaml for Playwright checks if present (#1164)
* fix: always include pnpm-workspace.yaml for Playwright checks if present
Earlier, it was included because we added lockfiles using a glob pattern
which happened to match the workspace file as well. Now that we are only
including the lockfile we detect, we have to add the workspace file manually.
Done in an extremely simple manner because proper workspace support will
follow soon.
* fix: resolve extra file path relative to context dir1 parent 7458782 commit 7156864
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
276 | 282 | | |
277 | 283 | | |
278 | 284 | | |
| |||
296 | 302 | | |
297 | 303 | | |
298 | 304 | | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
299 | 308 | | |
300 | 309 | | |
301 | 310 | | |
| |||
0 commit comments