Skip to content

Commit 1a4446f

Browse files
authored
Update config.yml
1 parent aeb1ef0 commit 1a4446f

1 file changed

Lines changed: 24 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,32 @@ jobs:
66
- image: cimg/python:3.11.0-node
77
steps:
88
- checkout
9-
10-
9+
sleep:
10+
docker:
11+
- image: cimg/python:3.11.0-node
12+
steps:
13+
- run: sleep 5000
14+
downstream_1:
15+
docker:
16+
- image: cimg/python:3.11.0-node
17+
steps:
18+
- run: sleep 500
19+
downstream_2:
20+
docker:
21+
- image: cimg/python:3.11.0-node
22+
steps:
23+
- run: sleep 500
1124
workflows:
1225
version: 2
1326
build:
1427
jobs:
15-
- build
28+
- build
29+
- sleep
30+
- downstream_1:
31+
requires:
32+
- build
33+
- downstream_2:
34+
requires:
35+
- build
36+
- downstream_1
1637

0 commit comments

Comments
 (0)