Skip to content

Merge branch 'tsi-2083-java-format' of github.com:phrase/openapi into… #31

Merge branch 'tsi-2083-java-format' of github.com:phrase/openapi into…

Merge branch 'tsi-2083-java-format' of github.com:phrase/openapi into… #31

Workflow file for this run

name: Run Typescript Tests
on: [push]
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
npm install
npm run generate.typescript
cd ./clients/typescript
npm install
npm test