Skip to content

[SDK-3920] Add a basic test of NPM package #6

[SDK-3920] Add a basic test of NPM package

[SDK-3920] Add a basic test of NPM package #6

Workflow file for this run

name: Test NPM package
on:
pull_request:
push:
branches:
- main
jobs:
test-npm-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm ci
- run: npx playwright install chromium
- run: npm run test:package