Skip to content

fix(bulk-import): bulk import ux improvements #13195

fix(bulk-import): bulk import ux improvements

fix(bulk-import): bulk import ux improvements #13195

Workflow file for this run

name: Pull request
on: pull_request
jobs:
test:
name: Test-build with Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- name: Test
uses: ./.github/actions/test
with:
args: '[HEAD^1]'
node-version: ${{ matrix.node-version }}
- name: Build all packages
uses: ./.github/actions/build
with:
args: '[HEAD^1]'
node-version: ${{ matrix.node-version }}