Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Mar 6, 2025
1 parent 30909ff commit 25f3564
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-sdk-typescript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: Check Node Version
Expand Down
31 changes: 24 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,34 @@ jobs:
# run: |
# mvn clean install -pl go-sdk -am -e --no-transfer-progress --fail-fast -Pprod -DskipTests

- uses: actions/setup-python@v4
# - uses: actions/setup-python@v4
# with:
# python-version: '3.11'
#
# - name: Install Poetry
# uses: snok/install-poetry@d45b6d76012debf457ab49dffc7fb7b2efe8071d
#
# - name: Reproduce python-sdk
# working-directory: registry/python-sdk
# run: |
# make install

- name: Setup Node
uses: actions/setup-node@v3
with:
python-version: '3.11'
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: Install Poetry
uses: snok/install-poetry@d45b6d76012debf457ab49dffc7fb7b2efe8071d
- name: Check Node Version
run: node --version

- name: Reproduce python-sdk
working-directory: registry/python-sdk
# Needs special tagging to use submodules: https://stackoverflow.com/a/64705638/7898052
- name: Release Typescript SDK
working-directory: registry/typescript-sdk
run: |
make install
npm install
npm run generate-sources
npm run build
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit 25f3564

Please sign in to comment.