Skip to content

Commit

Permalink
[VAN-122988] Push for run test
Browse files Browse the repository at this point in the history
  • Loading branch information
timur-malikov_visier committed Jul 30, 2024
1 parent e91ccc2 commit 1123913
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/generate-python-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ name: Generate Python SDK

on:
workflow_call:
inputs:
specifications:
required: true
type: string

env:
SPEC_DIR: ${{ github.workspace }}/specs_preprocessed
PYTHON_DIR: ${{ github.workspace }}/sdks/python
SPECIFICATIONS: |
administration-apis,
analytic-model-apis,
authentication-apis,
data-in-apis,
data-out-apis
jobs:
generate-python-sdk:
Expand Down Expand Up @@ -62,8 +64,6 @@ jobs:

- name: Generate Python SDK for all specifications
shell: bash
env:
SPECIFICATIONS: ${{ inputs.specifications }}
run: |
SPECIFICATION_LIST=$(echo $SPECIFICATIONS | tr ',' '\n')
for specification in $SPECIFICATION_LIST; do
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/generate-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:
ORIG_SPEC_DIR: ${{ github.workspace }}/res
SPEC_DIR: ${{ github.workspace }}/specs_preprocessed
PREPROCESSING_DIR: ${{ github.workspace }}/sdks/preprocessing
SPECIFICATIONS: |
administration-apis,
analytic-model-apis,
authentication-apis,
data-in-apis,
data-out-apis

steps:
- name: Checkout workflow repository
Expand All @@ -46,4 +40,9 @@ jobs:
uses: ./.github/workflows/generate-python-sdk.yml
secrets: inherit
with:
specifications: ${{ env.SPECIFICATIONS }}
specifications: |
administration-apis,
analytic-model-apis,
authentication-apis,
data-in-apis,
data-out-apis

0 comments on commit 1123913

Please sign in to comment.