Skip to content

refactor: one radius-search fetcher behind the three merchant-list reducers (#1171) #2245

refactor: one radius-search fetcher behind the three merchant-list reducers (#1171)

refactor: one radius-search fetcher behind the three merchant-list reducers (#1171) #2245

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@v7
- uses: ./.github/actions/setup
with:
needs-env: 'true'
needs-sync: 'true'
- name: Run Vitest tests
run: pnpm run test