-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENG-1279] Fix handling of top-level array type schema in request bod…
…y for Groundx API Portal (#284) * code code-generator-python.test.ts * save * support file value in generated snippet for Python * add filename data.json for browser TS SDK comptability form data * put type property inside blob constructor * add konfig-api-portal-tests * update job * fix workflow syntax
- Loading branch information
dphuang2
authored
Oct 13, 2023
1 parent
d501719
commit c3d9f9a
Showing
19 changed files
with
447 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: konfig-api-portaltests | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
unit-tests: | ||
strategy: | ||
matrix: | ||
os: ['ubuntu-latest'] | ||
node_version: [lts/*] | ||
fail-fast: false | ||
runs-on: ${{ matrix.os }} | ||
env: | ||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
token: ${{ secrets.SUBMODULES_ACCESS_TOKEN }} | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node_version }} | ||
cache: yarn | ||
cache-dependency-path: generator/konfig-dash/yarn.lock | ||
working-directory: generator/konfig-dash | ||
- run: yarn install --network-timeout 600000 | ||
working-directory: generator/konfig-dash | ||
- run: yarn build | ||
working-directory: generator/konfig-dash | ||
- run: yarn | ||
working-directory: generator/konfig-next-app | ||
- run: yarn test | ||
working-directory: generator/konfig-next-app |
Submodule decentro-in-collections-sdk
updated
from f7ae40 to c67f29
Submodule decentro-in-kyc-sdk
updated
from 360ee9 to f66795
Submodule groundx-sdks
updated
from ddbe25 to 16c850
Submodule newscatcher-sdks
updated
from 150be8 to b82225
Submodule snaptrade-sdks
updated
20 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.