Skip to content

User/vchintalapat/GitHub actions test #298

User/vchintalapat/GitHub actions test

User/vchintalapat/GitHub actions test #298

Workflow file for this run

on:
pull_request:
branches:
- master
jobs:
build_test_job:
name: 'Build and test job'
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- name: 'Checking out repo code'
uses: actions/checkout@v2
- name: 'Validate build'
run: |
npm install
npm run build
- name: 'Run L0 tests'
run: |
npm run test