Skip to content

build(package): remove pnpm lockfile #11

build(package): remove pnpm lockfile

build(package): remove pnpm lockfile #11

Workflow file for this run

name: Run Tests
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
test-in-node:
uses: ./.github/workflows/tests-core.yml
with:
env-name: Node.JS
test-command: yarn test
test-in-browsers:
if: ${{ false }} # disable for now
strategy:
matrix:
browser:
- chrome
- firefox
- safari
uses: ./.github/workflows/tests-core.yml
with:
env-name: ${{matrix.browser}}
test-command: BROWSER_TO_TEST=${{matrix.browser}} yarn test-in-browser