Skip to content

Bump the testing-library group across 1 directory with 2 updates #370

Bump the testing-library group across 1 directory with 2 updates

Bump the testing-library group across 1 directory with 2 updates #370

Workflow file for this run

name: '[shared] Run tests'
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install dependencies
working-directory: ./shared/
run: npm install
- name: Run tests
working-directory: ./shared/
run: npm run test