Skip to content

Update testing-library monorepo #3670

Update testing-library monorepo

Update testing-library monorepo #3670

Workflow file for this run

name: Run automated tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
Test-React-App:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
cache: "npm"
- run: npm install
- run: npm run test