Skip to content

Add new models for Exports and fix CallResult #361

Add new models for Exports and fix CallResult

Add new models for Exports and fix CallResult #361

Workflow file for this run

name: Node.js Build & Test
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.20.1
- name: Start Prism Server
run: |
yarn install
./node_modules/.bin/prism mock -h 127.0.0.1 openapi.json &
- run: yarn install
- run: yarn test