Skip to content

center profile edit view, changes to recommendations loading view #98

center profile edit view, changes to recommendations loading view

center profile edit view, changes to recommendations loading view #98

Workflow file for this run

name: Build
on:
pull_request:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
env:
# prevents Husky from installing git hooks
HUSKY: 0
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test