Skip to content

update test GA workflow #21

update test GA workflow

update test GA workflow #21

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