Skip to content

Commit e748a6d

Browse files
committed
E2E fix?
1 parent bdf7131 commit e748a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: |
106106
sleep 3
107107
pnpm i --filter root --filter inference... --filter hub... --frozen-lockfile
108-
pnpm --filter inference --filter hub --filter tasks --filter gguf publish --force --no-git-checks --registry http://localhost:4874/
108+
pnpm --filter inference --filter hub --filter tasks publish --force --no-git-checks --registry http://localhost:4874/
109109
110110
- name: E2E test - test yarn install
111111
working-directory: e2e/ts

0 commit comments

Comments
 (0)