Skip to content

chore(deps): bump the svelte group across 1 directory with 6 updates #1885

chore(deps): bump the svelte group across 1 directory with 6 updates

chore(deps): bump the svelte group across 1 directory with 6 updates #1885

Workflow file for this run

name: Unit Tests
on:
push:
branches: [main]
pull_request:
branches: ['**']
concurrency:
group: unit-tests-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
unit-tests:
runs-on: ubuntu-latest
env:
NODE_OPTIONS: --max-old-space-size=4096
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
with:
needs-env: 'true'
needs-sync: 'true'
- name: Run Vitest tests
run: pnpm run test