Skip to content

fix: small bugs (#2471) #1242

fix: small bugs (#2471)

fix: small bugs (#2471) #1242

Workflow file for this run

name: Build test
on:
push:
branches:
- 'main'
- 'dev'
jobs:
test-build:
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: ⚙️ Install dependencies
uses: ./.github/workflows/install-pnpm
- name: Build app
run: |
pnpm build
pnpm postbuild