Skip to content

feature/7573-UpdateAppColorsToComponentLibrary #3083

feature/7573-UpdateAppColorsToComponentLibrary

feature/7573-UpdateAppColorsToComponentLibrary #3083

name: '[Documentation] Test Build'
# Adapted from https://docusaurus.io/docs/deployment
on:
pull_request:
branches: [develop]
paths:
- VAMobile/src/components/**
- VAMobile/documentation/**
- VAMobile/src/utils/hooks.tsx
jobs:
test-deploy:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: 'VAMobile/.nvmrc'
cache: yarn
cache-dependency-path: VAMobile/yarn.lock
- name: Test build
working-directory: VAMobile
run: |
yarn install --frozen-lockfile
cd documentation
yarn install --frozen-lockfile
yarn build