Skip to content

chore(deps): update dependency @types/testing-library__jest-dom to v6 #16689

chore(deps): update dependency @types/testing-library__jest-dom to v6

chore(deps): update dependency @types/testing-library__jest-dom to v6 #16689

Workflow file for this run

name: ci
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Install
uses: ./.github/actions/install
- name: Run lint
run: pnpm run lint
- name: Run tests
run: pnpm run test:unit
- name: Run e2e tests
timeout-minutes: 15
uses: ./.github/actions/run-e2e-tests
- name: release
if:
${{ github.ref_name == 'main' && github.actor != 'support-empathy' &&
!startsWith(github.event.head_commit.message, 'chore(release):') }}
uses: ./.github/actions/release-alpha
with:
npm_token: ${{ secrets.NPM_TOKEN_GRANULAR_ACCESS }}
github_token: ${{ secrets.SUPPORT_TOKEN }}