Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

refactor: use reusable Selectable component at Cagtegory, Total & Questions pages #600

refactor: use reusable Selectable component at Cagtegory, Total & Questions pages

refactor: use reusable Selectable component at Cagtegory, Total & Questions pages #600

Workflow file for this run

name: Playwright Tests
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with:
node-version: 20.x
- name: Install dependencies
run: npm install -g pnpm && pnpm install
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
run: pnpm exec playwright test