Skip to content

Fix writeup to say port 5173 instead of 3000 for frontend #7

Fix writeup to say port 5173 instead of 3000 for frontend

Fix writeup to say port 5173 instead of 3000 for frontend #7

Workflow file for this run

name: Run tests
on:
pull_request:
branches: main
push:
branches: main
jobs:
frontend:
name: Frontend tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Run tests
working-directory: frontend
run: |
npm ci
npm run test -- run