Skip to content

Commit

Permalink
docker compose use existing bull-monitor image via no-build option
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnider-chg committed Feb 20, 2024
1 parent 2dbd9c7 commit 54dab5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
tags: bull-monitor:latest
outputs: type=image,push=false

- run: npm run services:start:all
- run: npm run ci:test

# - name: Create Release
# env:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"ci:test": "docker-compose up -d --no-build grafana bull-monitor",
"format": "prettier --write .",
"generate": "ACTION=createprocess MAX_JOB_DELAY_MS=200 LIMITER_MAX=200 CREATE_DELAY_MS=50 CONCURRENCY=15 ts-node bull_generator.ts",
"generate:create": "ACTION=create CREATE_DELAY_MS=50 ts-node bull_generator.ts",
Expand Down

0 comments on commit 54dab5f

Please sign in to comment.