Skip to content

Commit c5e3773

Browse files
committed
wait for MySQL boot on CI
1 parent 9f29e9e commit c5e3773

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
DATABASE_HOST: "%"
2525
steps:
2626
- checkout
27+
- run: sleep 5 #wait for mysql
2728
- run: swift build
2829
- run: swift test
2930
linux-swift4.2:
@@ -38,6 +39,7 @@ jobs:
3839
DATABASE_HOST: "%"
3940
steps:
4041
- checkout
42+
- run: sleep 5 #wait for mysql
4143
- run: swift build
4244
- run: swift test
4345

0 commit comments

Comments
 (0)