Skip to content

chore(deps-dev): Bump jest-circus from 29.6.1 to 29.6.2 #328

chore(deps-dev): Bump jest-circus from 29.6.1 to 29.6.2

chore(deps-dev): Bump jest-circus from 29.6.1 to 29.6.2 #328

Workflow file for this run

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