Skip to content

Commit f69e193

Browse files
committed
fix(ci): checkout the full set of pilot-protocol siblings for transitive replaces
1 parent 9ca1613 commit f69e193

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
repository: pilot-protocol/common
3131
path: common
3232

33+
- name: Checkout trustedagents
34+
uses: actions/checkout@v4
35+
with:
36+
repository: pilot-protocol/trustedagents
37+
path: trustedagents
38+
3339
- name: Checkout handshake
3440
uses: actions/checkout@v4
3541
with:
@@ -42,6 +48,72 @@ jobs:
4248
repository: pilot-protocol/policy
4349
path: policy
4450

51+
- name: Checkout skillinject
52+
uses: actions/checkout@v4
53+
with:
54+
repository: pilot-protocol/skillinject
55+
path: skillinject
56+
57+
- name: Checkout webhook
58+
uses: actions/checkout@v4
59+
with:
60+
repository: pilot-protocol/webhook
61+
path: webhook
62+
63+
- name: Checkout eventstream
64+
uses: actions/checkout@v4
65+
with:
66+
repository: pilot-protocol/eventstream
67+
path: eventstream
68+
69+
- name: Checkout dataexchange
70+
uses: actions/checkout@v4
71+
with:
72+
repository: pilot-protocol/dataexchange
73+
path: dataexchange
74+
75+
- name: Checkout updater
76+
uses: actions/checkout@v4
77+
with:
78+
repository: pilot-protocol/updater
79+
path: updater
80+
81+
- name: Checkout gateway
82+
uses: actions/checkout@v4
83+
with:
84+
repository: pilot-protocol/gateway
85+
path: gateway
86+
87+
- name: Checkout nameserver
88+
uses: actions/checkout@v4
89+
with:
90+
repository: pilot-protocol/nameserver
91+
path: nameserver
92+
93+
- name: Checkout rendezvous
94+
uses: actions/checkout@v4
95+
with:
96+
repository: pilot-protocol/rendezvous
97+
path: rendezvous
98+
99+
- name: Checkout beacon
100+
uses: actions/checkout@v4
101+
with:
102+
repository: pilot-protocol/beacon
103+
path: beacon
104+
105+
- name: Checkout app-store
106+
uses: actions/checkout@v4
107+
with:
108+
repository: pilot-protocol/app-store
109+
path: app-store
110+
111+
- name: Checkout libpilot
112+
uses: actions/checkout@v4
113+
with:
114+
repository: pilot-protocol/libpilot
115+
path: libpilot
116+
45117
- uses: actions/setup-go@v5
46118
with:
47119
go-version: '1.25'

0 commit comments

Comments
 (0)