Commit 3011ffc
committed
CI: make diagnostics non-fatal and use safer introspection
`playwright.__version__` isn't an attribute on the module, so the
previous diagnostics step bombed before the test step ran. Drop that,
use `uv pip list` / `uv run pytest --version` / `uv run playwright
--version` instead, and mark the step continue-on-error so it can't
swallow the actual pytest run.
https://claude.ai/code/session_01B2zzr5B8FE4R5ePeQaetaZ1 parent a8265a0 commit 3011ffc
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
61 | 62 | | |
| 63 | + | |
62 | 64 | | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
0 commit comments