Commit 38e0f99
committed
fix(test_docs): deterministic remote test
The remote test relied on a full repo clone that included all branches, which
isn't guaranteed, especially in CI environments and when using repo forks. Use
the cloned repo instead, since it will still test the desired functionality but
will always have the necessary upstream branch.1 parent d5d86e7 commit 38e0f99
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
| |||
0 commit comments