Skip to content

refactor to use react-router #52

refactor to use react-router

refactor to use react-router #52

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize]
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18.12.1
cache: "yarn"
- name: Install Dependencies
run: yarn
- name: Build
run: yarn build
- name: Test
run: cd apps/frontend && yarn cypress run --component