Skip to content

feat: Update frontend title after endpoint #176

feat: Update frontend title after endpoint

feat: Update frontend title after endpoint #176

Workflow file for this run

name: Unit tests
on:
pull_request:
branches:
- master
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc-unit"
cache: "yarn"
- name: Install
run: yarn --immutable
- name: Unit tests
run: yarn test