Commit 2785246
committed
fix(ci): point publish-python-sdk.yml test-sdk at sdk/python Makefile
The previous step ran `cd tests/integration && make test-sdk`, but
tests/integration/Makefile was deleted on 2026-04-24 (commit 6d0a1e3)
during the integration-test reorg. The step has been silently broken
on every Python SDK publish since.
Switch to running sdk/python's own unit-test target (`make install-dev`
+ `make test`), which is what the Node side does for its own SDK.
Integration tests can ride in on a separate workflow when needed.1 parent fc72c93 commit 2785246
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | | - | |
| 38 | + | |
37 | 39 | | |
38 | | - | |
39 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
0 commit comments