github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/.github/workflows/test-typescript.yml (about)

     1  name: Run Typescript Tests
     2  on: [push]
     3  jobs:
     4    jest:
     5      runs-on: ubuntu-latest
     6      steps:
     7        - uses: actions/checkout@v3
     8        - name: Build
     9          run: |
    10            npm install
    11            npm run generate.typescript
    12            cd ./clients/typescript
    13            npm install
    14            npm test