Skip to content

Commit c38f9bb

Browse files
committed
Local jacodb
1 parent 253531e commit c38f9bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,13 @@ jobs:
193193
- name: Checkout repository
194194
uses: actions/checkout@v4
195195

196+
- name: Checkout local jacodb
197+
uses: actions/checkout@v4
198+
with:
199+
repository: UnitTestBot/jacodb
200+
ref: lipen/ts-model
201+
path: jacodb
202+
196203
- name: Setup Java JDK
197204
uses: actions/setup-java@v4
198205
with:

0 commit comments

Comments
 (0)