Skip to content

Renamed Explore Endpoints to Endpoints (#813) #256

Renamed Explore Endpoints to Endpoints (#813)

Renamed Explore Endpoints to Endpoints (#813) #256

name: Build the app and run Playwright Tests
on: [push, pull_request]
jobs:
build_and_test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm install -g yarn && yarn
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Build app
run: yarn build
- name: Run Playwright tests
run: yarn test