Skip to content

feat: dynamically load Firebase and lazy-load ChatMessage component #100

feat: dynamically load Firebase and lazy-load ChatMessage component

feat: dynamically load Firebase and lazy-load ChatMessage component #100

Workflow file for this run

name: Run tests
on:
pull_request:
push:
branches:
- "**"
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
env:
CI_RUN: true
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare-runner
- run: cp .env.example .env
- run: pnpm build
- run: pnpm test