Skip to content

Commit

Permalink
update github-actions.yml and docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XD-cods committed Jun 26, 2024
1 parent a9dc16a commit 61f47c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ jobs:

- name: Build & Test
run: mvn -B clean package

- name: create & run docker image
run: make doc
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ services:
ports:
- "3000:3000"
depends_on:
- bot
- prometheus
- bot

0 comments on commit 61f47c4

Please sign in to comment.