Skip to content

switch to github actions #24

switch to github actions

switch to github actions #24

Workflow file for this run

name: Build
on:
push:
branches-ignore: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '10'
- name: Install dependencies
run: yarn
- name: Run Tests
run: yarn run test