Skip to content

Commit 34613f1

Browse files
committed
fix(actions): update actions yaml
1 parent b81ac11 commit 34613f1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/docker-agents.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,18 @@ jobs:
2424
- name: "PDF Ingestion"
2525
extras: "pdf"
2626
filename: "ingest_pdf.py"
27+
<<<<<<< HEAD
2728
<<<<<<< HEAD
2829
test_timeout: "300" # 5 minutes
2930

3031
=======
3132
test_timeout: "300" # 5 minutes
3233

3334
>>>>>>> d596503 (fix(actions): workflows and docs)
35+
=======
36+
test_timeout: "300" # 5 minutes
37+
38+
>>>>>>> 36471ad (fix(actions): update actions yaml)
3439
env:
3540
LOG_LEVEL: INFO
3641
AGENT__GEMINI_MODEL: "gemini-2.0-flash"
@@ -132,10 +137,14 @@ jobs:
132137
python -c "
133138
import sys
134139
<<<<<<< HEAD
140+
<<<<<<< HEAD
135141

136142
=======
137143

138144
>>>>>>> d596503 (fix(actions): workflows and docs)
145+
=======
146+
147+
>>>>>>> 36471ad (fix(actions): update actions yaml)
139148
extras = '${{ matrix.agent.extras }}'
140149
print(f'Testing dependencies for extras: {extras}')
141150

@@ -227,8 +236,12 @@ jobs:
227236
test -f agents/ingest_pdf.py
228237
test -d agents/data
229238
test -f agents/data/create_sample_invoice.py
239+
<<<<<<< HEAD
230240
<<<<<<< HEAD
231241
echo "✅ Agents directory structure is correct"
232242
=======
233243
echo "✅ Agents directory structure is correct"
234244
>>>>>>> d596503 (fix(actions): workflows and docs)
245+
=======
246+
echo "✅ Agents directory structure is correct"
247+
>>>>>>> 36471ad (fix(actions): update actions yaml)

0 commit comments

Comments
 (0)