Skip to content

Commit

Permalink
Fix the schema check in the full workflow (cvat-ai#5886)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecLad authored Mar 18, 2023
1 parent cb72be0 commit b2bda85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Verify API schema
id: verify_schema
run: |
docker run --rm --entrypoint /bin/bash cvat/server:dev \
docker run --rm --entrypoint /bin/bash cvat/server:${CVAT_VERSION} \
-c 'python manage.py spectacular' > cvat/schema-expected.yml
if ! git diff --no-index cvat/schema.yml cvat/schema-expected.yml; then
Expand Down

0 comments on commit b2bda85

Please sign in to comment.