Skip to content

Commit aba12cc

Browse files
feat: only run bots if docker compose --profile bot up (#859)
1 parent 2c98493 commit aba12cc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: docker compose build
1818

1919
- name: Start services
20-
run: docker compose up -d
20+
run: docker compose --profile bot up -d
2121

2222
- name: Wait 60 seconds
2323
run: sleep 60

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ services:
4545
- RUST_LOG=info
4646
networks:
4747
- proxy-network
48+
profiles:
49+
- bot
4850

4951
networks:
5052
proxy-network:

0 commit comments

Comments
 (0)