Skip to content

fix(test): fix breaking changes introduces by jest upgrade #2428

fix(test): fix breaking changes introduces by jest upgrade

fix(test): fix breaking changes introduces by jest upgrade #2428

Workflow file for this run

name: build
on:
pull_request: {}
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
env:
CI: 'true'
steps:
- name: Checkout
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Install mise
uses: jdx/mise-action@v3
with:
experimental: true
- name: Build (includes lambda test, lambda build, compile, test, integ verify)
run: mise run build