Skip to content

Open the filter picker in the current filter's category when replacing #183

Open the filter picker in the current filter's category when replacing

Open the filter picker in the current filter's category when replacing #183

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 20
cache: npm
- run: npm ci --legacy-peer-deps
- run: npm run check
gl-shaders:
name: WebGL shader gate
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 20
cache: npm
- run: npm ci --legacy-peer-deps
- name: Install browser runtime
run: npx playwright install --with-deps chromium
- name: Compile and render every reachable GL shader
run: npm run test:coverage:gate