Skip to content

rfks, gen test

rfks, gen test #8

Workflow file for this run

name: test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 19.x
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test