Skip to content

test: add tests

test: add tests #1720

Workflow file for this run

name: Website
on: [push]
jobs:
build-website:
runs-on: ubuntu-latest
defaults:
run:
working-directory: website
strategy:
matrix:
node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- run: yarn
- run: yarn build