Skip to content

Commit 832347b

Browse files
committed
fix: fixed the github action
1 parent c60a002 commit 832347b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.11'
2121

2222
- name: Run manifest validation without dependencies
23-
run: python -S ./conformance/bin/conformance-test manifest ./conformance/examples/ai-catalog.json
23+
run: python -S ./conformance/bin/conformance-test manifest ./conformance/examples/basic/ai-catalog.json
2424

2525
- name: Install dependencies
2626
run: |

0 commit comments

Comments
 (0)