Skip to content

KSM-490 - .NET SDK: Switch some internal classes to public - for use in plugins #942

KSM-490 - .NET SDK: Switch some internal classes to public - for use in plugins

KSM-490 - .NET SDK: Switch some internal classes to public - for use in plugins #942

Workflow file for this run

name: Test-JS
on:
pull_request:
branches: [ master ]
jobs:
test-js:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./sdk/javascript/packages/core
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
env:
NPM_TOKEN: ""
- run: npm test
env:
NPM_TOKEN: ""