Skip to content

Merge pull request #960 from florez-alberto/main #383

Merge pull request #960 from florez-alberto/main

Merge pull request #960 from florez-alberto/main #383

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
# manual trigger
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test