Skip to content

temp: move test analytics location in file #187

temp: move test analytics location in file

temp: move test analytics location in file #187

Workflow file for this run

name: CHPL UI Unit Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- name: Run Unit Tests
run: yarn test