Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Oct 31, 2024
1 parent b9408f5 commit 52b3e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions packages/bot-kit-pro/dev/up
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@ if ! which docker &>/dev/null; then
exit 1
fi

if ! which docker-compose &>/dev/null; then
echo "Docker Compose required to run dev/up. Install it and run this again."
exit 1
fi

docker-compose up -d
docker compose up -d
2 changes: 1 addition & 1 deletion packages/redis-persistence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"prebuild": "rm -rf ./dist",
"run": "node ./dist/index.js",
"prerun": "npm run build",
"start-redis": "docker-compose up -d",
"start-redis": "docker compose up -d",
"build": "tsc",
"test": "yarn start-redis && vitest run ."
},
Expand Down

0 comments on commit 52b3e7e

Please sign in to comment.