Skip to content

fix: resolve dynamic issues and TestRunner color rendering problems #39

fix: resolve dynamic issues and TestRunner color rendering problems

fix: resolve dynamic issues and TestRunner color rendering problems #39

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Continuous Integration
on:
pull_request:
push:
paths-ignore:
- .github/**
- README.md
jobs:
build:
runs-on: ubuntu-latest
env:
NEXT_TELEMETRY_DISABLED: 1
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
- run: npm install
- run: npm run lint
- run: cp .env.example .env
- run: npm run build --if-present