Skip to content

chore(deps-dev): bump jest-circus from 27.0.6 to 29.7.0 #664

chore(deps-dev): bump jest-circus from 27.0.6 to 29.7.0

chore(deps-dev): bump jest-circus from 27.0.6 to 29.7.0 #664

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
- 'releases/*'
- test
- v1
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
- run: |
npm run all