Skip to content

fix: add support for customData targeting filters with boolean, number or string values #1195

fix: add support for customData targeting filters with boolean, number or string values

fix: add support for customData targeting filters with boolean, number or string values #1195

Workflow file for this run

name: Unit Tests
on:
pull_request
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '20.10.0'
cache: 'yarn'
- run: yarn install
- run: yarn build
- run: yarn test:ci