Skip to content

Commit

Permalink
💚 [#472] update OAS check in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Dec 9, 2024
1 parent b07f433 commit 8bfcc82
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/oas-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@ on:
jobs:
open-api-workflow-check-oas:
uses: maykinmedia/open-api-workflows/.github/workflows/oas-check.yml@v1
strategy:
matrix:
version:
- v2
with:
schema-path: 'src/objects/api/${{ matrix.version }}/openapi.yaml'
schema-options: "--api-version ${{ matrix.version }}"
schema-path: 'src/objects/api/v2/openapi.yaml'
python-version: '3.11'
django-settings-module: 'objects.conf.ci'
apt-packages: 'libgdal-dev gdal-bin'

0 comments on commit 8bfcc82

Please sign in to comment.