Skip to content

Updated Privacy Policy Test #17

Updated Privacy Policy Test

Updated Privacy Policy Test #17

Workflow file for this run

name: Test and Coverage
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
Test-ReactApp:
runs-on: ubuntu-latest
defaults:
run:
working-directory: resume-builder-ui
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Run tests with coverage
run: npm run coverage
- name: Upload coverage report artifact
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: resume-builder-ui/coverage