Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoliaots committed Sep 20, 2024
1 parent ff6dd4a commit 7e7d350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
up-flags: '-d'
down-flags: '-v'
- run: docker compose exec cluster-m1 redis-cli -a mycluster --cluster create 127.0.0.1:7380 127.0.0.1:7381 127.0.0.1:7382 --cluster-yes
- run: pnpm exec rimraf pnpm-lock.yaml
- run: rm -v pnpm-lock.yaml
- run: pnpm install --no-frozen-lockfile
- run: pnpm run -F "@liaoliaots/nestjs-redis" lint
- run: pnpm run -F "@liaoliaots/nestjs-redis" test
Expand Down

0 comments on commit 7e7d350

Please sign in to comment.