Skip to content

364 feature suggest cvs and profiles based on the categories that you put #92

364 feature suggest cvs and profiles based on the categories that you put

364 feature suggest cvs and profiles based on the categories that you put #92

Workflow file for this run

name: Dry Run Build
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
dry-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: |
cd ./cv_next
npm install
- name: Run build
run: |
cd ./cv_next
npm run build
env:
NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.NEXT_PUBLIC_SUPABASE_URL }}
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_ANON_KEY }}