Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Bump jest-circus from 29.6.0 to 29.6.1 #655

Bump jest-circus from 29.6.0 to 29.6.1

Bump jest-circus from 29.6.0 to 29.6.1 #655

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v2
- run: |
npm install
- run: |
npm run all