Skip to content

Chore(deps): Bump next from 14.1.1 to 14.2.10 in the npm_and_yarn group #3330

Chore(deps): Bump next from 14.1.1 to 14.2.10 in the npm_and_yarn group

Chore(deps): Bump next from 14.1.1 to 14.2.10 in the npm_and_yarn group #3330

Workflow file for this run

name: Unit tests
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/yarn
- name: Annotations and coverage report
uses: ArtiomTr/jest-coverage-report-action@v2
with:
skip-step: install
annotations: failed-tests
package-manager: yarn
test-script: yarn test:ci
github-token: ${{ secrets.GITHUB_TOKEN }}