Skip to content

fix: await initIndex before deep-link load — PLAYERS_META was empty w… #24

fix: await initIndex before deep-link load — PLAYERS_META was empty w…

fix: await initIndex before deep-link load — PLAYERS_META was empty w… #24

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
smoke:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
- run: npx playwright install --with-deps chromium
- run: node --check fandom.js
- run: node --check router.js
- run: node --check data-layer.js
- run: node scripts/privacy-smoke.mjs
- run: node scripts/smoke.mjs