Skip to content

Merge pull request #475 from gllxl/feat/support-kiro #369

Merge pull request #475 from gllxl/feat/support-kiro

Merge pull request #475 from gllxl/feat/support-kiro #369

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