Skip to content

test: ensure visibility assertions in footer and navbar tests are asy… #83

test: ensure visibility assertions in footer and navbar tests are asy…

test: ensure visibility assertions in footer and navbar tests are asy… #83

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
jobs:
nextjs:
name: NextJS
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Build NextJS
run: npm run build