Skip to content

Commit a250e44

Browse files
committed
fix: use expect-cli@latest from npm instead of pkg.pr.new
1 parent 05781d2 commit a250e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-expect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
env:
5252
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
5353
run: >-
54-
pnpm dlx https://pkg.pr.new/expect-cli@b02af73 --verbose -y -m
54+
pnpm dlx expect-cli@latest --verbose -y -m
5555
"Test only the element properties panel feature at http://localhost:5175.
5656
Do not explore unrelated flows. If a step is blocked after one retry, fail with evidence.
5757

0 commit comments

Comments
 (0)