Skip to content

Update API Client for v1.10.17rc1 #71

Update API Client for v1.10.17rc1

Update API Client for v1.10.17rc1 #71

Workflow file for this run

name: Run Test
on:
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build
- run: npm run test