Skip to content

Create fa1ffe06.yml #23

Create fa1ffe06.yml

Create fa1ffe06.yml #23

Workflow file for this run

name: Test
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn
- run: yarn test