Skip to content

chore: remove matrix anywhere (#2380) #1244

chore: remove matrix anywhere (#2380)

chore: remove matrix anywhere (#2380) #1244

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