Skip to content

chore(landing): logos #208

chore(landing): logos

chore(landing): logos #208

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: yarn
- name: Bootstrap Packages
run: yarn bootstrap
- name: Run Tests
run: yarn test