Skip to content

Merge pull request #411 from 06Games/patch-1 #266

Merge pull request #411 from 06Games/patch-1

Merge pull request #411 from 06Games/patch-1 #266

Workflow file for this run

name: Tests
on:
push:
branches:
- master
jobs:
build:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Unit tests
run: npm run compile:dev