Skip to content

chore(deps-dev): bump @playwright/test from 1.40.1 to 1.41.2 #599

chore(deps-dev): bump @playwright/test from 1.40.1 to 1.41.2

chore(deps-dev): bump @playwright/test from 1.40.1 to 1.41.2 #599

Workflow file for this run

name: Run tests
on:
- pull_request
- merge_group
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
- name: Run tests
run: yarn test:jest
interaction-and-accessibility:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
- name: Run tests
run: yarn test:storybook