Skip to content

feat(web): add empty-state onboarding for games and Discord #228

feat(web): add empty-state onboarding for games and Discord

feat(web): add empty-state onboarding for games and Discord #228

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: '24'
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run app:test