Skip to content

Commit 8bfcc82

Browse files
committed
💚 [#472] update OAS check in GH actions
1 parent b07f433 commit 8bfcc82

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/oas-check.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@ on:
1212
jobs:
1313
open-api-workflow-check-oas:
1414
uses: maykinmedia/open-api-workflows/.github/workflows/oas-check.yml@v1
15-
strategy:
16-
matrix:
17-
version:
18-
- v2
1915
with:
20-
schema-path: 'src/objects/api/${{ matrix.version }}/openapi.yaml'
21-
schema-options: "--api-version ${{ matrix.version }}"
16+
schema-path: 'src/objects/api/v2/openapi.yaml'
2217
python-version: '3.11'
2318
django-settings-module: 'objects.conf.ci'
2419
apt-packages: 'libgdal-dev gdal-bin'

0 commit comments

Comments
 (0)