Skip to content

feat(app): show version #126

feat(app): show version

feat(app): show version #126

Workflow file for this run

name: Dashboard Checks
on:
push:
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- '*.md'
- '*.sh'
- 'LICENSE'
branches:
- develop
pull_request:
branches:
- develop
concurrency:
group: dashboard-checks-${{ github.ref }}
cancel-in-progress: true
env:
NODE_ENV: 'production'
NEXT_TELEMETRY_DISABLED: 1
jobs:
test-build:
runs-on: ubuntu-latest
container: oven/bun:1-slim
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: bun --bun install --frozen-lockfile && bun --bun run build
- name: Run unit tests
run: bun --bun test