Skip to content

383 cv card looks weird #165

383 cv card looks weird

383 cv card looks weird #165

Workflow file for this run

name: Run Tests on PR
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: |
cd ./cv_next
npm install
- name: Run tests
run: |
cd ./cv_next
npm test