Skip to content

Sara/tec 46 revamp and redesign docs homepagelanding page #3447

Sara/tec 46 revamp and redesign docs homepagelanding page

Sara/tec 46 revamp and redesign docs homepagelanding page #3447

Workflow file for this run

name: Test build
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build