Skip to content

[PLAT-12755] Add TestAnalytics to v50 #1463

[PLAT-12755] Add TestAnalytics to v50

[PLAT-12755] Add TestAnalytics to v50 #1463

Workflow file for this run

name: Unit tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: ['18']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install --no-audit --no-package-lock
- run: npm run test:unit
- run: npm run test:lint