Skip to content

fix(cli): CLI do not exit with 0 on pull when branch does not exist (… #1776

fix(cli): CLI do not exit with 0 on pull when branch does not exist (…

fix(cli): CLI do not exit with 0 on pull when branch does not exist (… #1776

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