Skip to content

Commit

Permalink
Remove openapi building and testing. (unioslo#550)
Browse files Browse the repository at this point in the history
- Even if the tests pass (which they won't until DRF 3.15.3 is
    released and used), the results are broken due to duplicate
    identifiers for endpoints.
  • Loading branch information
terjekv authored Aug 22, 2024
1 parent 9df966e commit da8c6cb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ jobs:
MREG_DB_PASSWORD: postgres
- name: Check migrations
run: python manage.py makemigrations --check
- name: Export OpenAPI schema
run: python manage.py generateschema > openapi.yml
- name: Upload OpenAPI schema
if: matrix.python-version == '3.10'
uses: actions/upload-artifact@v3
with:
name: openapi.yml
path: openapi.yml
# - name: Export OpenAPI schema
# run: python manage.py generateschema > openapi.yml
# - name: Upload OpenAPI schema
# if: matrix.python-version == '3.10'
# uses: actions/upload-artifact@v3
# with:
# name: openapi.yml
# path: openapi.yml
- name: Upload coverage
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit da8c6cb

Please sign in to comment.