Skip to content

Bump fast-glob from 3.3.2 to 3.3.3 #20

Bump fast-glob from 3.3.2 to 3.3.3

Bump fast-glob from 3.3.2 to 3.3.3 #20

Workflow file for this run

name: Run Jest tests
on:
pull_request_target:
branches: [ main ]
jobs:
test:
permissions:
issues: write
checks: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- name: Install
run: yarn install
- name: Jest Tests
run: |
npx jest --coverage | tee ./coverage.txt
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
package-manager: yarn