Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit af27db0

Browse files
committed
Waiting for localstack service building
1 parent c4c103d commit af27db0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
working_directory: bqueryd
2121
command: |
2222
docker-compose -f docker-compose.yml build
23+
- run:
24+
name: Sleep 30 seconds system for finishing services building
25+
command: |
26+
sleep 30
2327
- run:
2428
name: Run Tests
2529
working_directory: bqueryd

0 commit comments

Comments
 (0)