Skip to content

Commit

Permalink
pnpm -> bun
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Feb 9, 2025
1 parent c15254d commit d7ea73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-postgres/src/__tests__/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ echo -e "${GREEN}Schema loaded successfully!${NC}"

# Run the tests
echo -e "${YELLOW}Running tests...${NC}"
if ! pnpm vitest vector-extension.test.ts; then
if ! bun run vitest vector-extension.test.ts; then
echo -e "${RED}Tests failed!${NC}"
$DOCKER_COMPOSE_CMD -f docker-compose.test.yml down
exit 1
Expand Down

0 comments on commit d7ea73a

Please sign in to comment.