Skip to content

add injectAll method #1180

add injectAll method

add injectAll method #1180

Workflow file for this run

name: Build and Test
on:
pull_request:
branches: [main, 4.0]
push:
branches: [main, 4.0]
paths-ignore:
- 'README.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Bootstrap
run: npm ci
# - name: Install Playwright Browsers
# run: npx playwright install --with-deps
- name: Build and Test Packages
run: npm test