Skip to content

Update binary launcher help and args for OpenAI (#161) #203

Update binary launcher help and args for OpenAI (#161)

Update binary launcher help and args for OpenAI (#161) #203

Workflow file for this run

name: Test
on:
push:
branches: [ "master" ]
paths-ignore:
- '**.md'
pull_request:
branches: [ "master" ]
paths-ignore:
- '**.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test