Skip to content

Merge branch 'master' of https://github.com/nexys-system/openai-client #44

Merge branch 'master' of https://github.com/nexys-system/openai-client

Merge branch 'master' of https://github.com/nexys-system/openai-client #44

Workflow file for this run

name: Build and Test Package
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- run: yarn
- run: yarn test
- run: yarn build